summaryrefslogtreecommitdiffstats
path: root/ipv4ll.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-03 16:49:28 +0000
committerRoy Marples <roy@marples.name>2008-09-03 16:49:28 +0000
commitf43e585355e50bd2e7021380db6fc792662f76be (patch)
treed81565b32d67516b6ae178bcdbff09bda3251b45 /ipv4ll.h
parentf0c98483e7369f2df38edc352433239fa24f6a2f (diff)
downloaddhcpcd-f43e585355e50bd2e7021380db6fc792662f76be.tar.xz
Add a control socket so that interfaces can be dynamically re-set.
This requires the event loop argument being changed to void * so we can send arguments other than an interface.
Diffstat (limited to 'ipv4ll.h')
-rw-r--r--ipv4ll.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ipv4ll.h b/ipv4ll.h
index 82f8d59f..8c1d7e52 100644
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -28,8 +28,6 @@
#ifndef IPV4LL_H
#define IPV4LL_H
-#include "net.h"
-
-void start_ipv4ll(struct interface *);
-void handle_ipv4ll_failure(struct interface *);
+void start_ipv4ll(void *);
+void handle_ipv4ll_failure(void *);
#endif