summaryrefslogtreecommitdiff
path: root/vpn/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpn/main.c')
-rwxr-xr-xvpn/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/vpn/main.c b/vpn/main.c
index debb0ca4..c18fee4f 100755
--- a/vpn/main.c
+++ b/vpn/main.c
@@ -256,6 +256,11 @@ unsigned int connman_timeout_browser_launch(void)
return connman_vpn_settings.timeout_browserlaunch;
}
+const char *connman_option_get_string(const char *key)
+{
+ return NULL;
+}
+
int main(int argc, char *argv[])
{
GOptionContext *context;