From 859d4e2e01385ccfd8388a19f9c27e9f28e5a719 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 11 Aug 2002 16:15:55 +0000 Subject: *** empty log message *** --- userspace/ebtables2/include/ebtables_u.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'userspace/ebtables2/include') diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index fa34e18..3fe6668 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -24,7 +24,6 @@ #ifndef EBTABLES_U_H #define EBTABLES_U_H #include -#include struct ebt_u_entries { @@ -198,21 +197,17 @@ struct ebt_u_watcher *find_watcher(const char *name); struct ebt_u_table *find_table(char *name); void deliver_counters(struct ebt_u_replace *repl); 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_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[]); +void __print_bug(char *file, int line, char *format, ...); #define print_bug(format, args...) \ - {printf("BUG: "format".\n", ##args); exit(-1);} + __print_bug(__FILE__, __LINE__, format, ##args) #define print_error(format, args...) {printf(format".\n", ##args); exit(-1);} #define print_memory() {printf("Ebtables: " __FILE__ " " __FUNCTION__ \ " %d :Out of memory.\n", __LINE__); exit(-1);} - - // used for keeping the rule counters right during rule adds or deletes #define CNT_NORM 0 #define CNT_DEL 1 -- cgit v1.2.3