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 21af5688a..fde58b0a6 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -282,5 +282,6 @@ extern const char * const dash_dash_help; | |||
282 | extern const char * const write_error; | 282 | extern const char * const write_error; |
283 | extern const char * const too_few_args; | 283 | extern const char * const too_few_args; |
284 | extern const char * const name_longer_than_foo; | 284 | extern const char * const name_longer_than_foo; |
285 | extern const char * const unknown; | ||
285 | 286 | ||
286 | #endif /* __LIBBB_H__ */ | 287 | #endif /* __LIBBB_H__ */ |