summaryrefslogtreecommitdiff
path: root/vpn/vpn.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-03-07 12:34:42 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-08 12:10:29 +0200
commit2f246127e624149fdcaa9170a25ed6c26c67596d (patch)
treec4ed2e5598014a3a77d521de27d5aa570864a157 /vpn/vpn.h
parent7afe03781c917f26890e8caaf1804d60deb50627 (diff)
downloadconnman-2f246127e624149fdcaa9170a25ed6c26c67596d.tar.gz
connman-2f246127e624149fdcaa9170a25ed6c26c67596d.tar.bz2
connman-2f246127e624149fdcaa9170a25ed6c26c67596d.zip
vpn-provider: Do not quit vpnd if there are no VPN configurations
Because we now support provisioning of VPN services via .config file, we need to keep vpnd running so that it can monitor the connman-vpn directory for new config files.
Diffstat (limited to 'vpn/vpn.h')
-rw-r--r--vpn/vpn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpn/vpn.h b/vpn/vpn.h
index c57fcf73..c430ef5d 100644
--- a/vpn/vpn.h
+++ b/vpn/vpn.h
@@ -93,7 +93,6 @@ int __vpn_provider_connect_path(const char *path);
int __vpn_provider_disconnect(struct vpn_provider *provider);
int __vpn_provider_remove(const char *path);
int __vpn_provider_delete(struct vpn_provider *provider);
-void __vpn_provider_check_connections(void);
void __vpn_provider_cleanup(void);
int __vpn_provider_init(gboolean handle_routes);