From: Paul Moore Date: Wed, 30 Aug 2006 00:54:17 +0000 (-0700) Subject: [NetLabel]: remove unused function prototypes X-Git-Tag: v2.6.19-rc1~1272^2~91 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=1b7f775209bbee6b993587bae69acb9fc12ceb17;p=~andy%2Flinux [NetLabel]: remove unused function prototypes Removed some older function prototypes for functions that no longer exist. Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- diff --git a/include/net/cipso_ipv4.h b/include/net/cipso_ipv4.h index c7175e72580..5aed72ab652 100644 --- a/include/net/cipso_ipv4.h +++ b/include/net/cipso_ipv4.h @@ -200,15 +200,9 @@ static inline int cipso_v4_cache_add(const struct sk_buff *skb, #ifdef CONFIG_NETLABEL void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway); -int cipso_v4_socket_setopt(struct socket *sock, - unsigned char *opt, - u32 opt_len); int cipso_v4_socket_setattr(const struct socket *sock, const struct cipso_v4_doi *doi_def, const struct netlbl_lsm_secattr *secattr); -int cipso_v4_socket_getopt(const struct socket *sock, - unsigned char **opt, - u32 *opt_len); int cipso_v4_socket_getattr(const struct socket *sock, struct netlbl_lsm_secattr *secattr); int cipso_v4_skbuff_getattr(const struct sk_buff *skb,