summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-05-31 17:43:48 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2011-05-31 17:50:44 +0200
commit3459aba4a80a4e9dbbf09ff600c1c50919971f1d (patch)
treeab1fdcc0a36b5f2cdadffc394cd5545ef8c78194 /include
parentadb0181a48698682b71b3999caa7632855bdf424 (diff)
downloadconnman-3459aba4a80a4e9dbbf09ff600c1c50919971f1d.tar.gz
connman-3459aba4a80a4e9dbbf09ff600c1c50919971f1d.tar.bz2
connman-3459aba4a80a4e9dbbf09ff600c1c50919971f1d.zip
element: Remove IPv6
Diffstat (limited to 'include')
-rw-r--r--include/element.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/element.h b/include/element.h
index 7f96de29..05a51d59 100644
--- a/include/element.h
+++ b/include/element.h
@@ -89,14 +89,6 @@ struct connman_element {
gchar *hostname;
gchar *domainname;
-
- struct {
- enum connman_ipconfig_method method;
- gchar *address;
- int prefix_len;
- gchar *gateway;
- gchar *network;
- } ipv6;
};
struct connman_element *connman_element_create(const char *name);