diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-08 11:50:42 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-09-26 14:04:24 -0700 |
commit | 7298ce428f8857b9f08df41edfe794f179e3d7e3 (patch) | |
tree | abc46437c214b44a5b019d875280de76158b52fa /binding-wifi/wifi-connman.h | |
parent | a286b854cbbf315edd2c26889b7d81d502f9b619 (diff) |
Update functions and structure to use the new version 2
of the afm binder framework
Bug-AGL: SPEC-816 SPEC-913
Change-Id: I4fafc4e2302991dc895a1938f88754ace1a6360e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-wifi/wifi-connman.h')
-rw-r--r-- | binding-wifi/wifi-connman.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/binding-wifi/wifi-connman.h b/binding-wifi/wifi-connman.h index dfc0d5b..14d4f32 100644 --- a/binding-wifi/wifi-connman.h +++ b/binding-wifi/wifi-connman.h @@ -21,20 +21,13 @@ #include <gio/gio.h> #include <glib-object.h> +#define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #ifdef __cplusplus extern "C" { #endif -// - - -/* - * the interface to afb-daemon - */ -const struct afb_binding_interface *afbitf; - /** Maximum Profile Count */ #define CONNMAN_MAX_BUFLEN 512 |