X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fclatd-handler.h;h=6976c0868d73de8e8e3b7f1d91478a4c982244e8;hb=3d19e35af3329d269be7dff6207ef6509880d994;hp=47060e07aa83615b192875fc74d224f73505c3f9;hpb=697f0ce9d4c7c6258cb121b435984bb5faada013;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/include/clatd-handler.h b/include/clatd-handler.h old mode 100644 new mode 100755 index 47060e0..6976c08 --- a/include/clatd-handler.h +++ b/include/clatd-handler.h @@ -24,8 +24,13 @@ 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 }