diff options
Diffstat (limited to 'include/libbb.h')
-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 c7e830c09..5388d9d95 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1412,6 +1412,7 @@ extern int set_loop(char **devname, const char *file, unsigned long long offset, | |||
1412 | char *bb_ask_noecho_stdin(const char *prompt) FAST_FUNC; | 1412 | char *bb_ask_noecho_stdin(const char *prompt) FAST_FUNC; |
1413 | //TODO: pass buf pointer or return allocated buf (avoid statics)? | 1413 | //TODO: pass buf pointer or return allocated buf (avoid statics)? |
1414 | char *bb_ask_noecho(const int fd, int timeout, const char *prompt) FAST_FUNC; | 1414 | char *bb_ask_noecho(const int fd, int timeout, const char *prompt) FAST_FUNC; |
1415 | int bb_ask_y_confirmation_FILE(FILE *fp) FAST_FUNC; | ||
1415 | int bb_ask_y_confirmation(void) FAST_FUNC; | 1416 | int bb_ask_y_confirmation(void) FAST_FUNC; |
1416 | 1417 | ||
1417 | /* Returns -1 if input is invalid. current_mode is a base for e.g. "u+rw" */ | 1418 | /* Returns -1 if input is invalid. current_mode is a base for e.g. "u+rw" */ |