diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-01-04 05:48:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-01-04 05:48:13 +0300 |
commit | 7f18ba6248625a587559ed1206d12ccaa3ad045e (patch) | |
tree | 4f48a5a6e167d5da2fe9a58dff76b443a99f64f6 /include/net/x25.h | |
parent | 5e7c001c6279f38b15fef5369496fe1043765727 (diff) | |
download | linux-7f18ba6248625a587559ed1206d12ccaa3ad045e.tar.xz |
[X25]: proper prototype for x25_init_timers()
This patch adds a proper prototype for x25_init_timers() in
include/net/x25.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/x25.h')
-rw-r--r-- | include/net/x25.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/x25.h b/include/net/x25.h index 0ad90ebcf86e..e47fe440d9d7 100644 --- a/include/net/x25.h +++ b/include/net/x25.h @@ -259,6 +259,7 @@ extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char); /* x25_timer.c */ +extern void x25_init_timers(struct sock *sk); extern void x25_start_heartbeat(struct sock *); extern void x25_start_t2timer(struct sock *); extern void x25_start_t21timer(struct sock *); |