From 0faacbcb1ec41be3deb70b18b98c1ede2068c20d Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 26 Jun 2002 18:57:24 +0000 Subject: name_to_protocol() --- userspace/ebtables2/include/ebtables_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/ebtables2/include/ebtables_u.h') diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index c08e72a..4debe25 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -197,7 +197,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 name_to_number(char *name, __u16 *proto); int number_to_name(unsigned short proto, char *name); void check_option(unsigned int *flags, unsigned int mask); int check_inverse(const char option[]); -- cgit v1.2.3