summaryrefslogtreecommitdiff
path: root/client/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/services.h')
-rw-r--r--client/services.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/services.h b/client/services.h
index 0af05ff6..9b555fe7 100644
--- a/client/services.h
+++ b/client/services.h
@@ -20,6 +20,19 @@
*
*/
+#ifndef __CONNMANCTL_SERVICES_H
+#define __CONNMANCTL_SERVICES_H
+
#include <dbus/dbus.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
void __connmanctl_services_list(DBusMessageIter *iter);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __CONNMANCTL_SERVICES_H */