Using updated clatd's Dbus interface and Path values
[platform/core/connectivity/net-config.git] / include / clatd-handler.h
index 47060e0..6976c08 100755 (executable)
 extern "C" {
 #endif
 
+#define CLATD_SERVICE  "org.tizen.clatd"
+#define CLATD_PATH             "/org/tizen/clatd"
+#define CLATD_INTERFACE        "org.tizen.clatd.Control"
+
 int netconfig_clatd_enable(void);
 int netconfig_clatd_disable(void);
+void netconfig_clatd_reset(void);
 
 #ifdef __cplusplus
 }