From 0a87b3b190cd27ae1245cdf400a050c18fc99a37 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 26 Jun 2003 16:39:01 +0000 Subject: export some functions --- include/arptables.h | 2 ++ 1 file changed, 2 insertions(+) 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*/ -- cgit v1.2.3