summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-17 18:39:16 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-17 18:39:16 -0300
commite22ab5e35bbb7b066e273bf4e702f82a35c305ed (patch)
treecea4f6455ed595214b5a381b1b09269e004652b7 /include
parenteced82e7ad4db7144b9c2250f2640c5812cd01fe (diff)
o LLC: create llc_output and move lan_hdrs_init to it
Renaming lan_hdrs_init to llc_mac_hdr_init and making all places check if it fails.
Diffstat (limited to 'include')
-rw-r--r--include/net/llc_mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc_mac.h b/include/net/llc_mac.h
index 8281a66c0b64..6064d6b909b1 100644
--- a/include/net/llc_mac.h
+++ b/include/net/llc_mac.h
@@ -18,7 +18,6 @@
extern int llc_rcv(struct sk_buff *skb, struct net_device *dev,
struct packet_type *pt);
-extern u16 lan_hdrs_init(struct sk_buff *skb, u8 *sa, u8 *da);
struct llc_sap;
struct sk_buff;