summaryrefslogtreecommitdiffstats
path: root/wifi-connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'wifi-connman.h')
-rw-r--r--wifi-connman.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/wifi-connman.h b/wifi-connman.h
index 90533dd..dfc0d5b 100644
--- a/wifi-connman.h
+++ b/wifi-connman.h
@@ -13,16 +13,28 @@
* limitations under the License.
*/
+#define _GNU_SOURCE
+
//#include <dlog.h>
#include <glib.h>
#include <stdlib.h>
#include <gio/gio.h>
#include <glib-object.h>
+#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