summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/arptables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arptables.h b/include/arptables.h
index 53d1c8c..820b664 100644
--- a/include/arptables.h
+++ b/include/arptables.h
@@ -149,4 +149,6 @@ extern int flush_entries(const arpt_chainlabel chain, int verbose,
arptc_handle_t *handle);
extern int for_each_chain(int (*fn)(const arpt_chainlabel, int, arptc_handle_t *),
int verbose, int builtinstoo, arptc_handle_t *handle);
+struct in_addr *parse_hostnetwork(const char *name, unsigned int *naddrs);
+void print_mac(const unsigned char *mac, int l);
#endif /*_ARPTABLES_USER_H*/