summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-05 19:42:32 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-05 19:42:32 +0000
commitee6afbe4e342406d519f149589c9465638886b04 (patch)
tree5c9ddb5c4d5ecca9731fc2c1ee3de66c31aea6d7
parentffebd1e6304e17bd63eaf7e988d5b62497914f17 (diff)
remove getmac() declaration
-rw-r--r--userspace/ebtables2/include/ebtables_u.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 781c4b0..18b12b0 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -186,7 +186,6 @@ 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[]);
#define print_bug(format, args...) \