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 a48782832..8308d6259 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1054,6 +1054,7 @@ void die_if_ferror(FILE *file, const char *msg) FAST_FUNC; | |||
1054 | void die_if_ferror_stdout(void) FAST_FUNC; | 1054 | void die_if_ferror_stdout(void) FAST_FUNC; |
1055 | int fflush_all(void) FAST_FUNC; | 1055 | int fflush_all(void) FAST_FUNC; |
1056 | void fflush_stdout_and_exit(int retval) NORETURN FAST_FUNC; | 1056 | void fflush_stdout_and_exit(int retval) NORETURN FAST_FUNC; |
1057 | void fflush_stdout_and_exit_SUCCESS(void) NORETURN FAST_FUNC; | ||
1057 | int fclose_if_not_stdin(FILE *file) FAST_FUNC; | 1058 | int fclose_if_not_stdin(FILE *file) FAST_FUNC; |
1058 | FILE* xfopen(const char *filename, const char *mode) FAST_FUNC; | 1059 | FILE* xfopen(const char *filename, const char *mode) FAST_FUNC; |
1059 | /* Prints warning to stderr and returns NULL on failure: */ | 1060 | /* Prints warning to stderr and returns NULL on failure: */ |