[Fix][plugin/ethernet] SVACE warning DEREF_AFTER_NULL
[platform/upstream/connman.git] / client / services.h
old mode 100644 (file)
new mode 100755 (executable)
index 0af05ff..9b555fe
  *
  */
 
+#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 */