X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsetting.h;h=3625f3e3926ce0a69160275a41767ad6dc6fa58f;hb=4de3c3c4a9a978dcfec233275719dbc328aef241;hp=a88202176f5e27191eb609437671a1958d1ebe70;hpb=26cc90dfaf2ad149b702626f9552c81abbb26862;p=platform%2Fupstream%2Fconnman.git diff --git a/include/setting.h b/include/setting.h index a882021..3625f3e 100755 --- a/include/setting.h +++ b/include/setting.h @@ -29,6 +29,10 @@ extern "C" { #endif bool connman_setting_get_bool(const char *key); +#if defined TIZEN_EXT +unsigned int connman_setting_get_uint(const char *key); +int connman_setting_get_int(const char *key); +#endif char **connman_setting_get_string_list(const char *key); unsigned int *connman_setting_get_uint_list(const char *key);