summaryrefslogtreecommitdiff
path: root/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'vpn')
-rwxr-xr-xvpn/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/vpn/main.c b/vpn/main.c
index c18fee4f..474c62fb 100755
--- a/vpn/main.c
+++ b/vpn/main.c
@@ -232,6 +232,18 @@ bool connman_setting_get_bool(const char *key)
return false;
}
+#if defined TIZEN_EXT
+unsigned int connman_setting_get_uint(const char *key)
+{
+ return 0;
+}
+
+int connman_setting_get_int(const char *key)
+{
+ return 0;
+}
+#endif
+
char **connman_setting_get_string_list(const char *key)
{
return NULL;