From 8657635aa4bbec11bfdda5ef8c94de9eda67770f Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 3 Jun 2002 16:29:12 +0000 Subject: add int name_to_protocol(char *) declaration. --- userspace/ebtables2/include/ebtables_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace') 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[]); -- cgit v1.2.3