summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-11-20 19:58:53 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-11-20 19:58:53 +0000
commite5fd99599b806235b27ada759db4f8b243e7bd47 (patch)
tree31902b6e0f377ecfa2605f44c1789eaac3b91e62
parent87996b62541a5d656f108afd3cec0b321705add9 (diff)
remove name_to_number and number_to_name
-rw-r--r--userspace/ebtables2/include/ebtables_u.h2
1 files changed, 0 insertions, 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, ...);