aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2007-10-08 02:02:52 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:54:51 -0700
commit57f20448032158ad00b1e74f479515c689998be9 (patch)
treeba4f4990ec8931537f667725034e2e79d61276fa /net
parent[TG3]: Fix ethtool autonegotiate flags. (diff)
downloadlinux-dev-57f20448032158ad00b1e74f479515c689998be9.tar.xz
linux-dev-57f20448032158ad00b1e74f479515c689998be9.zip
[AF_IUCV]: remove static declarations from header file.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/iucv/af_iucv.c3
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 = {
.obj_size = sizeof(struct iucv_sock),
};
+static void iucv_sock_kill(struct sock *sk);
+static void iucv_sock_close(struct sock *sk);
+
/* Call Back functions */
static void iucv_callback_rx(struct iucv_path *, struct iucv_message *);
static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *);