aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2006-08-29 20:54:17 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 18:18:35 -0400
commit1b7f775209bbee6b993587bae69acb9fc12ceb17 (patch)
tree9760b5b1fcf2f874e32e900ea59e7b185370d360
parent99f59ed073d3c1b890690064ab285a201dea2e35 (diff)
[NetLabel]: remove unused function prototypes
Removed some older function prototypes for functions that no longer exist. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/cipso_ipv4.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/cipso_ipv4.h b/include/net/cipso_ipv4.h
index c7175e725804..5aed72ab652b 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,
200 200
201#ifdef CONFIG_NETLABEL 201#ifdef CONFIG_NETLABEL
202void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway); 202void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway);
203int cipso_v4_socket_setopt(struct socket *sock,
204 unsigned char *opt,
205 u32 opt_len);
206int cipso_v4_socket_setattr(const struct socket *sock, 203int cipso_v4_socket_setattr(const struct socket *sock,
207 const struct cipso_v4_doi *doi_def, 204 const struct cipso_v4_doi *doi_def,
208 const struct netlbl_lsm_secattr *secattr); 205 const struct netlbl_lsm_secattr *secattr);
209int cipso_v4_socket_getopt(const struct socket *sock,
210 unsigned char **opt,
211 u32 *opt_len);
212int cipso_v4_socket_getattr(const struct socket *sock, 206int cipso_v4_socket_getattr(const struct socket *sock,
213 struct netlbl_lsm_secattr *secattr); 207 struct netlbl_lsm_secattr *secattr);
214int cipso_v4_skbuff_getattr(const struct sk_buff *skb, 208int cipso_v4_skbuff_getattr(const struct sk_buff *skb,