[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>
This commit is contained in:
Adrian Bunk
2007-01-03 18:48:13 -08:00
committed by David S. Miller
parent 5e7c001c62
commit 7f18ba6248
2 changed files with 1 additions and 2 deletions

View File

@@ -484,8 +484,6 @@ out:
return sk;
}
void x25_init_timers(struct sock *sk);
static int x25_create(struct socket *sock, int protocol)
{
struct sock *sk;