summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-10 12:45:44 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-10 12:45:44 +0200
commita3817be2201b201fcf109d5ea627235e4239f49c (patch)
tree1032e56674f8935c89cd0f24d40075e30aa72c53
parent05710ff07036142552d249788d491f043e59f5a3 (diff)
downloadconnman-a3817be2201b201fcf109d5ea627235e4239f49c.tar.gz
connman-a3817be2201b201fcf109d5ea627235e4239f49c.tar.bz2
connman-a3817be2201b201fcf109d5ea627235e4239f49c.zip
Don't include old header files
-rw-r--r--src/connman.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/connman.h b/src/connman.h
index 4249f33f..d33d0f31 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -118,14 +118,3 @@ int __connman_rtnl_init(void);
void __connman_rtnl_cleanup(void);
int __connman_rtnl_send(const void *buf, size_t len);
-
-#include <connman/dhcp.h>
-
-int __connman_dhcp_request(struct connman_iface *iface);
-int __connman_dhcp_release(struct connman_iface *iface);
-
-#include <connman/resolver.h>
-
-int __connman_resolver_append(struct connman_iface *iface,
- const char *nameserver);
-int __connman_resolver_remove(struct connman_iface *iface);