diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 72ba58b362d8..9698ac30f553 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -925,8 +925,10 @@ enum | |||
925 | #include <linux/list.h> | 925 | #include <linux/list.h> |
926 | 926 | ||
927 | /* For the /proc/sys support */ | 927 | /* For the /proc/sys support */ |
928 | struct ctl_table; | ||
928 | extern struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev); | 929 | extern struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev); |
929 | extern void sysctl_head_finish(struct ctl_table_header *prev); | 930 | extern void sysctl_head_finish(struct ctl_table_header *prev); |
931 | extern int sysctl_perm(struct ctl_table *table, int op); | ||
930 | 932 | ||
931 | extern void sysctl_init(void); | 933 | extern void sysctl_init(void); |
932 | 934 | ||