From e5fd99599b806235b27ada759db4f8b243e7bd47 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 20 Nov 2002 19:58:53 +0000 Subject: remove name_to_number and number_to_name --- userspace/ebtables2/include/ebtables_u.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index ed551ba..bad8290 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -198,8 +198,6 @@ struct ebt_u_watcher *find_watcher(const char *name); struct ebt_u_table *find_table(char *name); void deliver_counters(struct ebt_u_replace *repl); void deliver_table(struct ebt_u_replace *repl); -int name_to_number(char *name, uint16_t *proto); -int number_to_name(unsigned short proto, char *name); void check_option(unsigned int *flags, unsigned int mask); int check_inverse(const char option[]); void __print_bug(char *file, int line, char *format, ...); -- cgit v1.2.3