patch-1.3.78 linux/include/net/p8022.h
Next file: linux/include/net/psnap.h
Previous file: linux/include/net/ipx.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Mar 25 08:58:22 1996
- Orig file:
v1.3.77/linux/include/net/p8022.h
- Orig date:
Tue Jun 6 11:22:17 1995
diff -u --recursive --new-file v1.3.77/linux/include/net/p8022.h linux/include/net/p8022.h
@@ -1,2 +1,7 @@
-struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
+#ifndef _NET_P8022_H
+#define _NET_P8022_H
+extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
+extern void unregister_8022_client(unsigned char type);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this