summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorSteven Whitehouse <steve@gw.chygwyn.com>2002-10-18 03:45:39 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-10-18 03:45:39 -0700
commitc3e626e1dfbd86714968d51098ba27be81fb0eb9 (patch)
tree52627184c2f30c7dc7027a630149f68ecdc6199a /include/net
parent56951b54e87ae7022e7236994d74b3796e3db476 (diff)
[NET]: Kill old sklist_foo interfaces.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 7240f39e7cf9..d2790e2ca00a 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -439,10 +439,6 @@ extern void sock_def_destruct(struct sock *);
/* Initialise core socket variables */
extern void sock_init_data(struct socket *sock, struct sock *sk);
-extern void sklist_remove_socket(struct sock **list, struct sock *sk);
-extern void sklist_insert_socket(struct sock **list, struct sock *sk);
-extern void sklist_destroy_socket(struct sock **list, struct sock *sk);
-
#ifdef CONFIG_FILTER
/**