summaryrefslogtreecommitdiffstats
path: root/include/arptables.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-06-26 16:39:01 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-06-26 16:39:01 +0000
commit0a87b3b190cd27ae1245cdf400a050c18fc99a37 (patch)
treef2ed8b55d82ba1b53ba09409657ce40d3af2db6d /include/arptables.h
parent19922541e74defc1237e3242fb40333408e51410 (diff)
export some functions
Diffstat (limited to 'include/arptables.h')
-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*/