diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-01-13 17:45:02 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-13 18:19:09 +0100 |
commit | 0c69df2e427c82027eab8cf73e94b34d7b2aff66 (patch) | |
tree | 6b2726856570b6d2551e02c8d92f8c893c40703d /include/ipconfig.h | |
parent | 8a799e2f997681425e96247cb0908e2c214a9466 (diff) | |
download | connman-0c69df2e427c82027eab8cf73e94b34d7b2aff66.tar.gz connman-0c69df2e427c82027eab8cf73e94b34d7b2aff66.tar.bz2 connman-0c69df2e427c82027eab8cf73e94b34d7b2aff66.zip |
ipconfig: Move connman_ipaddress declaration to connman.h
Diffstat (limited to 'include/ipconfig.h')
-rw-r--r-- | include/ipconfig.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/ipconfig.h b/include/ipconfig.h index c15dd752..fb2251b1 100644 --- a/include/ipconfig.h +++ b/include/ipconfig.h @@ -32,14 +32,7 @@ extern "C" { * @short_description: Functions for IP configuration handling */ -struct connman_ipaddress { - int family; - unsigned char prefixlen; - char *local; - char *peer; - char *broadcast; - char *gateway; -}; +struct connman_ipaddress; struct connman_ipaddress *connman_ipaddress_alloc(int family); void connman_ipaddress_free(struct connman_ipaddress *ipaddress); |