summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include/ebtables_u.h
diff options
context:
space:
mode:
authorfnm3 <fnm3>2002-06-25 16:39:46 +0000
committerfnm3 <fnm3>2002-06-25 16:39:46 +0000
commite0bb9062f69e3ed3db227feed7b9247711e34488 (patch)
tree17c77fa5e8b815bd1080bc826e9b9106a80dc490 /userspace/ebtables2/include/ebtables_u.h
parentaf4f4b71120ed57de043da012684fd0f0816bc20 (diff)
Added number_to_name call definition
Diffstat (limited to 'userspace/ebtables2/include/ebtables_u.h')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index d86a7c7..c08e72a 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -198,6 +198,7 @@ void get_dbinfo(struct brdb_dbinfo *nr);
void get_db(int len, struct brdb_dbentry *db);
void deliver_allowdb(__u16 *decision);
int name_to_protocol(char *name);
+int number_to_name(unsigned short proto, char *name);
void check_option(unsigned int *flags, unsigned int mask);
int check_inverse(const char option[]);
#define print_bug(format, args...) \