From: fnm3 Date: Tue, 25 Jun 2002 16:39:46 +0000 (+0000) Subject: Added number_to_name call definition X-Git-Tag: submit/upstream/20140618.160417~392 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84532741c79bc68dcdadb5bb5cad6b10abebb812;p=platform%2Fupstream%2Febtables.git Added number_to_name call definition --- diff --git a/include/ebtables_u.h b/include/ebtables_u.h index d86a7c7..c08e72a 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -198,6 +198,7 @@ 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 number_to_name(unsigned short proto, char *name); void check_option(unsigned int *flags, unsigned int mask); int check_inverse(const char option[]); #define print_bug(format, args...) \