summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-30 06:01:45 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-30 06:01:45 +0100
commit8e65bc5177df5ac686c04986ed60d54a98f11fb2 (patch)
tree8b020f4e945c765715067b693bcfcc3cc7f1a033 /src
parentfd24c47b801a63ff9a16384adcf3c73f8e3a77d8 (diff)
downloadconnman-8e65bc5177df5ac686c04986ed60d54a98f11fb2.tar.gz
connman-8e65bc5177df5ac686c04986ed60d54a98f11fb2.tar.bz2
connman-8e65bc5177df5ac686c04986ed60d54a98f11fb2.zip
Add CONNMAN_API_SUBJECT_TO_CHANGE definition
Diffstat (limited to 'src')
-rw-r--r--src/connman.h2
-rw-r--r--src/detect.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/connman.h b/src/connman.h
index 45cb1914..948fe771 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -21,6 +21,8 @@
#include <glib.h>
+#define CONNMAN_API_SUBJECT_TO_CHANGE
+
#include <connman/dbus.h>
#define NM_SERVICE "org.freedesktop.NetworkManager"
diff --git a/src/detect.c b/src/detect.c
index 9ede7dbb..e97e9df8 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -37,10 +37,6 @@
#include <glib.h>
-#include <connman/device.h>
-#include <connman/rtnl.h>
-#include <connman/log.h>
-
#include "connman.h"
static GSList *device_list = NULL;