| Kernel v2.4.1 /net/atm/lec.h |
|---|
 2.4.1
 net
 atm
 lec.h
diff -u --recursive --new-file v2.4.0/linux/net/atm/lec.h linux/net/atm/lec.h
--- v2.4.0/linux/net/atm/lec.h Mon Dec 11 13:33:43 2000
+++ linux/net/atm/lec.h Mon Jan 22 13:30:21 2001
@@ -16,9 +16,9 @@
#if defined (CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
#include <linux/if_bridge.h>
-struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
+extern struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
unsigned char *addr);
-void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
+extern void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
#endif /* defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE) */
#define LEC_HEADER_LEN 16
|