From ba0c53547c4f2f0ffadd7c339cf7cfdf0da19785 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Mon, 6 Oct 2003 12:58:15 -0700 Subject: [LAPB]: Fix packet handlers to be PKT_CAN_SHARE_SKB. --- include/net/lapb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/net/lapb.h b/include/net/lapb.h index 50292be77a71..83a241043842 100644 --- a/include/net/lapb.h +++ b/include/net/lapb.h @@ -129,7 +129,7 @@ extern void lapb_clear_queues(struct lapb_cb *lapb); extern void lapb_frames_acked(struct lapb_cb *lapb, unsigned short); extern void lapb_requeue_frames(struct lapb_cb *lapb); extern int lapb_validate_nr(struct lapb_cb *lapb, unsigned short); -extern void lapb_decode(struct lapb_cb *lapb, struct sk_buff *, struct lapb_frame *); +extern int lapb_decode(struct lapb_cb *lapb, struct sk_buff *, struct lapb_frame *); extern void lapb_send_control(struct lapb_cb *lapb, int, int, int); extern void lapb_transmit_frmr(struct lapb_cb *lapb); -- cgit v1.2.3