summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
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
commit8657635aa4bbec11bfdda5ef8c94de9eda67770f (patch)
tree858345e4c693b3baefc09b027263a1c9dada313e /userspace/ebtables2
parent6ce69b79589c1ac84c137b8a77737ea8753bb421 (diff)
add
int name_to_protocol(char *) declaration.
Diffstat (limited to 'userspace/ebtables2')
-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 d31186c..781c4b0 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/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[]);