summaryrefslogtreecommitdiffstats
path: root/userspace/arptables
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
commit68fa51f667e64302b0a1691564a22119cd4439ee (patch)
tree0b93968a38c13447f43701076ba7ac52fe43a358 /userspace/arptables
parent4c9e567543297a49c3cc33ad4bcda7f66296be4d (diff)
export some functions
Diffstat (limited to 'userspace/arptables')
-rw-r--r--userspace/arptables/include/arptables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/arptables/include/arptables.h b/userspace/arptables/include/arptables.h
index 53d1c8c..820b664 100644
--- a/userspace/arptables/include/arptables.h
+++ b/userspace/arptables/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*/