summaryrefslogtreecommitdiffstats
path: root/include/ebtables_u.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-03 16:29:12 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-03 16:29:12 +0000
commite2ac8a850951ed817ad60a4b73adb4f4c7041857 (patch)
tree4216eb46ed5c48e9a281b31477b98047b204442d /include/ebtables_u.h
parent7ddc0e6ff0432c20a26a653c49f1e104294fe09c (diff)
add
int name_to_protocol(char *) declaration.
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 d31186c..781c4b0 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -185,6 +185,7 @@ void deliver_table(struct ebt_u_replace *repl);
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 getmac(char *from, char *to);
void check_option(unsigned int *flags, unsigned int mask);
int check_inverse(const char option[]);