diff options
Diffstat (limited to 'include/linux/syslog.h')
-rw-r--r-- | include/linux/syslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syslog.h b/include/linux/syslog.h index 98a3153c0f96..9def5297dbb7 100644 --- a/include/linux/syslog.h +++ b/include/linux/syslog.h | |||
@@ -48,5 +48,6 @@ | |||
48 | #define SYSLOG_FROM_PROC 1 | 48 | #define SYSLOG_FROM_PROC 1 |
49 | 49 | ||
50 | int do_syslog(int type, char __user *buf, int count, bool from_file); | 50 | int do_syslog(int type, char __user *buf, int count, bool from_file); |
51 | int check_syslog_permissions(int type, bool from_file); | ||
51 | 52 | ||
52 | #endif /* _LINUX_SYSLOG_H */ | 53 | #endif /* _LINUX_SYSLOG_H */ |