summaryrefslogtreecommitdiff
path: root/vpn/vpn.h
diff options
context:
space:
mode:
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 3fca03cc..8bf86bd1 100644
--- a/vpn/vpn.h
+++ b/vpn/vpn.h
@@ -32,7 +32,7 @@ void __vpn_manager_cleanup(void);
struct vpn_ipconfig;
-unsigned char __vpn_ipconfig_netmask_prefix_len(const char *netmask);
+struct connman_ipaddress *__vpn_ipconfig_get_address(struct vpn_ipconfig *ipconfig);
unsigned short __vpn_ipconfig_get_type_from_index(int index);
unsigned int __vpn_ipconfig_get_flags_from_index(int index);
void __vpn_ipconfig_foreach(void (*function) (int index,