diff options
Diffstat (limited to 'include/net/ax25.h')
-rw-r--r-- | include/net/ax25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index fb95ecb6fe03..875edbba396d 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h | |||
@@ -305,7 +305,7 @@ extern ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_addr | |||
305 | extern void ax25_output(ax25_cb *, int, struct sk_buff *); | 305 | extern void ax25_output(ax25_cb *, int, struct sk_buff *); |
306 | extern void ax25_kick(ax25_cb *); | 306 | extern void ax25_kick(ax25_cb *); |
307 | extern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int); | 307 | extern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int); |
308 | extern void ax25_queue_xmit(struct sk_buff *); | 308 | extern void ax25_queue_xmit(struct sk_buff *skb, struct net_device *dev); |
309 | extern int ax25_check_iframes_acked(ax25_cb *, unsigned short); | 309 | extern int ax25_check_iframes_acked(ax25_cb *, unsigned short); |
310 | 310 | ||
311 | /* ax25_route.c */ | 311 | /* ax25_route.c */ |