diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 18ad8419f..9529b56e0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -350,6 +350,8 @@ extern const char * const bb_msg_name_longer_than_foo; | |||
350 | extern const char * const bb_msg_unknown; | 350 | extern const char * const bb_msg_unknown; |
351 | extern const char * const bb_msg_can_not_create_raw_socket; | 351 | extern const char * const bb_msg_can_not_create_raw_socket; |
352 | extern const char * const bb_msg_perm_denied_are_you_root; | 352 | extern const char * const bb_msg_perm_denied_are_you_root; |
353 | extern const char * const bb_msg_requires_arg; | ||
354 | extern const char * const bb_msg_invalid_arg; | ||
353 | extern const char * const bb_msg_standard_input; | 355 | extern const char * const bb_msg_standard_input; |
354 | extern const char * const bb_msg_standard_output; | 356 | extern const char * const bb_msg_standard_output; |
355 | 357 | ||