summaryrefslogtreecommitdiffstats
path: root/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
commit84532741c79bc68dcdadb5bb5cad6b10abebb812 (patch)
tree392154f4c0fd804d21ace07fed9e9ed1e0b976f7 /include/ebtables_u.h
parent91fc2be83d97aab4fcd50b35f52e3e1c160e02b8 (diff)
Added number_to_name call definition
Diffstat (limited to 'include/ebtables_u.h')
-rw-r--r--include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index d86a7c7..c08e72a 100644
--- a/include/ebtables_u.h
+++ b/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...) \