summaryrefslogtreecommitdiffstats
path: root/dundee/dundee.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-01-04 18:11:36 +0100
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-22 18:44:46 +0200
commit6e08f05473a63ffb35cad608a9df64d0bf51ec4c (patch)
tree743b5f2c1de4108efca9681feaaf0c1cedd08c63 /dundee/dundee.h
parentb95015995532e553fb382146dd733908ec367f3a (diff)
downloadofono-6e08f05473a63ffb35cad608a9df64d0bf51ec4c.tar.bz2
dundee: Add Manager interface
Diffstat (limited to 'dundee/dundee.h')
-rw-r--r--dundee/dundee.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dundee/dundee.h b/dundee/dundee.h
index c972af0d..3050baf7 100644
--- a/dundee/dundee.h
+++ b/dundee/dundee.h
@@ -39,6 +39,8 @@ void __ofono_log_enable(struct ofono_debug_desc *start,
#include <ofono/dbus.h>
#define DUNDEE_SERVICE "org.ofono.dundee"
+#define DUNDEE_MANAGER_INTERFACE "org.ofono.dundee.Manager"
+#define DUNDEE_MANAGER_PATH "/"
int __ofono_dbus_init(DBusConnection *conn);
void __ofono_dbus_cleanup(void);
@@ -47,3 +49,7 @@ void __ofono_dbus_pending_reply(DBusMessage **msg, DBusMessage *reply);
DBusMessage *__dundee_error_invalid_args(DBusMessage *msg);
DBusMessage *__dundee_error_failed(DBusMessage *msg);
+
+
+int __dundee_manager_init(void);
+void __dundee_manager_cleanup(void);