summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-11-12 14:07:18 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-11-23 12:58:50 +0200
commit68dde4bb2c3e90a6f48dc48609636228dd186c8c (patch)
tree319e4787674daa49b939916769611f0770a32e91 /src/connman.h
parentd20247d3b3074b7c5937540ce5dbc8f020c79907 (diff)
downloadconnman-68dde4bb2c3e90a6f48dc48609636228dd186c8c.tar.gz
connman-68dde4bb2c3e90a6f48dc48609636228dd186c8c.tar.bz2
connman-68dde4bb2c3e90a6f48dc48609636228dd186c8c.zip
ipconfig: Move IP address API into separate ipaddress.c file
Done so that connman_ipaddress_* functions can be used from separate vpn daemon.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connman.h b/src/connman.h
index 613d1dc9..014552a4 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -350,7 +350,7 @@ int __connman_ipconfig_address_remove(struct connman_ipconfig *ipconfig);
int __connman_ipconfig_address_unset(struct connman_ipconfig *ipconfig);
int __connman_ipconfig_gateway_add(struct connman_ipconfig *ipconfig);
void __connman_ipconfig_gateway_remove(struct connman_ipconfig *ipconfig);
-unsigned char __connman_ipconfig_netmask_prefix_len(const char *netmask);
+unsigned char __connman_ipaddress_netmask_prefix_len(const char *netmask);
int __connman_ipconfig_set_proxy_autoconfig(struct connman_ipconfig *ipconfig,
const char *url);