From 22d03a2bfbc23670ca97b5970dd7ed057e6099a9 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 3 May 2003 20:28:22 +0000 Subject: use print_mac_and_mask() --- include/ebtables_u.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 3fb9a5c..741b00d 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -208,6 +208,8 @@ void deliver_counters(struct ebt_u_replace *repl); void deliver_table(struct ebt_u_replace *repl); void check_option(unsigned int *flags, unsigned int mask); int check_inverse(const char option[]); +void print_mac(const char *mac); +void print_mac_and_mask(const char *mac, const char *mask); void __print_bug(char *file, int line, char *format, ...); #define print_bug(format, args...) \ __print_bug(__FILE__, __LINE__, format, ##args) -- cgit v1.2.3