projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05710ff
)
Don't include old header files
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 10 Aug 2008 10:45:44 +0000
(12:45 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 10 Aug 2008 10:45:44 +0000
(12:45 +0200)
src/connman.h
patch
|
blob
|
history
diff --git
a/src/connman.h
b/src/connman.h
index
4249f33
..
d33d0f3
100644
(file)
--- 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);