diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index d850befea..d0896ab86 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -211,5 +211,6 @@ enum { | |||
211 | }; | 211 | }; |
212 | 212 | ||
213 | int ask_confirmation(void); | 213 | int ask_confirmation(void); |
214 | int klogctl(int type, char * b, int len); | ||
214 | 215 | ||
215 | #endif /* __LIBBB_H__ */ | 216 | #endif /* __LIBBB_H__ */ |