From 1d0158d4203dce830f87d77c3a86e8e17ac87a4c 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 --- include/ebtables_u.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index ed551ba..bad8290 100644 --- a/include/ebtables_u.h +++ b/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