summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arp.h')
-rw-r--r--arp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arp.h b/arp.h
index c9bc9e49..924d22f9 100644
--- a/arp.h
+++ b/arp.h
@@ -41,6 +41,9 @@
#define RATE_LIMIT_INTERVAL 60
#define DEFEND_INTERVAL 10
+#include "dhcpcd.h"
+
void send_arp_announce(void *);
void send_arp_probe(void *);
+void start_arping(struct interface *);
#endif