summaryrefslogtreecommitdiffstats
path: root/dundee/dundee.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-01-04 18:12:46 +0100
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-22 18:44:47 +0200
commit405be6ea13b5e52948fd52089e1512374855a8aa (patch)
tree34d221872e276ff800906b36e2c9995b0c774d15 /dundee/dundee.h
parenta73f83df579c5cb80095e63cac0b5f0ba3cdc375 (diff)
downloadofono-405be6ea13b5e52948fd52089e1512374855a8aa.tar.bz2
dundee: Add Bluetooth DUN driver
Diffstat (limited to 'dundee/dundee.h')
-rw-r--r--dundee/dundee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dundee/dundee.h b/dundee/dundee.h
index 7104531d..88660079 100644
--- a/dundee/dundee.h
+++ b/dundee/dundee.h
@@ -139,3 +139,6 @@ void __dundee_device_foreach(dundee_device_foreach_func cb, void *userdata);
const char *__dundee_device_get_path(struct dundee_device *device);
void __dundee_device_append_properties(struct dundee_device *device,
DBusMessageIter *dict);
+
+int __dundee_bluetooth_init(void);
+void __dundee_bluetooth_cleanup(void);