summaryrefslogtreecommitdiff
path: root/client/commands.h
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-06-03 10:20:20 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-06-07 10:05:22 +0300
commit032adc9de53adafd29603159ec8e6f31358b964b (patch)
treee0ac17b4bb3c857ad90e400f374820845674150f /client/commands.h
parent77ade69cce17c24ade7c5d99ff04841adae22156 (diff)
downloadconnman-032adc9de53adafd29603159ec8e6f31358b964b.tar.gz
connman-032adc9de53adafd29603159ec8e6f31358b964b.tar.bz2
connman-032adc9de53adafd29603159ec8e6f31358b964b.zip
client: Add missing header file boilerplate
Diffstat (limited to 'client/commands.h')
-rw-r--r--client/commands.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/commands.h b/client/commands.h
index 6ae9029b..b2d606c6 100644
--- a/client/commands.h
+++ b/client/commands.h
@@ -20,7 +20,20 @@
*
*/
+#ifndef __CONNMANCTL_COMMANDS_H
+#define __CONNMANCTL_COMMANDS_H
+
#include <dbus/dbus.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int __connmanctl_commands(DBusConnection *connection, char *argv[], int argc);
char *__connmanctl_lookup_command(const char *text, int state);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __CONNMANCTL_COMMANDS_H */