diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 3f6599aeb0db..d0437f36921f 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -961,6 +961,7 @@ struct ctl_table_header; | |||
961 | 961 | ||
962 | extern void sysctl_head_get(struct ctl_table_header *); | 962 | extern void sysctl_head_get(struct ctl_table_header *); |
963 | extern void sysctl_head_put(struct ctl_table_header *); | 963 | extern void sysctl_head_put(struct ctl_table_header *); |
964 | extern int sysctl_is_seen(struct ctl_table_header *); | ||
964 | extern struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *); | 965 | extern struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *); |
965 | extern struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev); | 966 | extern struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev); |
966 | extern struct ctl_table_header *__sysctl_head_next(struct nsproxy *namespaces, | 967 | extern struct ctl_table_header *__sysctl_head_next(struct nsproxy *namespaces, |