summaryrefslogtreecommitdiff
path: root/client/agent.h
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-06-12 16:54:28 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-06-13 10:35:38 +0300
commit01fe75b711144509e06156071d33fb8c731bbb53 (patch)
tree58b80bdb68dcbc036ce2178fc598566e823c164b /client/agent.h
parent2e43802f8196be75f14890567076da6663654bf3 (diff)
downloadconnman-01fe75b711144509e06156071d33fb8c731bbb53.tar.gz
connman-01fe75b711144509e06156071d33fb8c731bbb53.tar.bz2
connman-01fe75b711144509e06156071d33fb8c731bbb53.zip
client: Add VPN Agent support for Release, Cancel and ReportError
Create a new agent data structure for the VPN Agent and add the needed minor modifications to Release, Cancel and ReportError method calls in order to get them working both for Agent and VPN Agent. Create new register and unregister functions for the VPN Agent code.
Diffstat (limited to 'client/agent.h')
-rw-r--r--client/agent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/agent.h b/client/agent.h
index d6eaac9e..669a5934 100644
--- a/client/agent.h
+++ b/client/agent.h
@@ -32,6 +32,9 @@ extern "C" {
int __connmanctl_agent_register(DBusConnection *connection);
int __connmanctl_agent_unregister(DBusConnection *connection);
+int __connmanctl_vpn_agent_register(DBusConnection *connection);
+int __connmanctl_vpn_agent_unregister(DBusConnection *connection);
+
#ifdef __cplusplus
}
#endif