fix misplaced indention in sys/procfs.h
[musl.git] / include / sys / klog.h
blobaa66684e3fd8e9d2dcc8bc382b2c970600171306
1 #ifndef _SYS_KLOG_H
2 #define _SYS_KLOG_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 int klogctl (int, char *, int);
10 #ifdef __cplusplus
12 #endif
14 #endif