diff options
Diffstat (limited to 'include/libbb.h')
-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 f574f9b5f..bec3ce11c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -604,6 +604,8 @@ extern const char bb_msg_invalid_arg[]; | |||
604 | extern const char bb_msg_standard_input[]; | 604 | extern const char bb_msg_standard_input[]; |
605 | extern const char bb_msg_standard_output[]; | 605 | extern const char bb_msg_standard_output[]; |
606 | 606 | ||
607 | extern const char bb_str_default[]; | ||
608 | |||
607 | extern const char bb_path_mtab_file[]; | 609 | extern const char bb_path_mtab_file[]; |
608 | extern const char bb_path_nologin_file[]; | 610 | extern const char bb_path_nologin_file[]; |
609 | extern const char bb_path_passwd_file[]; | 611 | extern const char bb_path_passwd_file[]; |