summaryrefslogtreecommitdiff
path: root/vpn/vpn.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-11-30 11:30:37 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-11-30 15:01:18 +0200
commit75ee7a107b39753510bdf4692fd32d4754e9746f (patch)
tree90e5a6b156e66f2bff0beca89b6ad631cbd0eeec /vpn/vpn.h
parent6cca0f6840abec55b330a55b08364aa7f2840305 (diff)
downloadconnman-75ee7a107b39753510bdf4692fd32d4754e9746f.tar.gz
connman-75ee7a107b39753510bdf4692fd32d4754e9746f.tar.bz2
connman-75ee7a107b39753510bdf4692fd32d4754e9746f.zip
vpn: Make VPN plugin connection function async
This is needed as we want to ask user the passwords etc.
Diffstat (limited to 'vpn/vpn.h')
-rw-r--r--vpn/vpn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpn/vpn.h b/vpn/vpn.h
index 2b36b309..fed66a8c 100644
--- a/vpn/vpn.h
+++ b/vpn/vpn.h
@@ -83,7 +83,7 @@ int __vpn_provider_indicate_state(struct vpn_provider *provider,
enum vpn_provider_state state);
int __vpn_provider_indicate_error(struct vpn_provider *provider,
enum vpn_provider_error error);
-int __vpn_provider_connect(struct vpn_provider *provider);
+int __vpn_provider_connect(struct vpn_provider *provider, DBusMessage *msg);
int __vpn_provider_connect_path(const char *path);
int __vpn_provider_disconnect(struct vpn_provider *provider);
int __vpn_provider_remove(const char *path);