From e2ac8a850951ed817ad60a4b73adb4f4c7041857 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. --- include/ebtables_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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[]); -- cgit v1.2.3