diff options
Diffstat (limited to 'net/iucv')
-rw-r--r-- | net/iucv/af_iucv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 53668585e947..65358722c397 100644 --- a/net/iucv/af_iucv.c +++ b/net/iucv/af_iucv.c | |||
@@ -41,6 +41,9 @@ static struct proto iucv_proto = { | |||
41 | .obj_size = sizeof(struct iucv_sock), | 41 | .obj_size = sizeof(struct iucv_sock), |
42 | }; | 42 | }; |
43 | 43 | ||
44 | static void iucv_sock_kill(struct sock *sk); | ||
45 | static void iucv_sock_close(struct sock *sk); | ||
46 | |||
44 | /* Call Back functions */ | 47 | /* Call Back functions */ |
45 | static void iucv_callback_rx(struct iucv_path *, struct iucv_message *); | 48 | static void iucv_callback_rx(struct iucv_path *, struct iucv_message *); |
46 | static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *); | 49 | static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *); |