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 075fa055d..388e2f9ef 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -613,6 +613,7 @@ extern void xopen_xwrite_close(const char* file, const char *str) FAST_FUNC; | |||
613 | extern void xprint_and_close_file(FILE *file) FAST_FUNC; | 613 | extern void xprint_and_close_file(FILE *file) FAST_FUNC; |
614 | 614 | ||
615 | extern char *bb_get_chunk_from_file(FILE *file, int *end) FAST_FUNC; | 615 | extern char *bb_get_chunk_from_file(FILE *file, int *end) FAST_FUNC; |
616 | extern char *bb_get_chunk_with_continuation(FILE *file, int *end, int *lineno) FAST_FUNC; | ||
616 | /* Reads up to (and including) TERMINATING_STRING: */ | 617 | /* Reads up to (and including) TERMINATING_STRING: */ |
617 | extern char *xmalloc_fgets_str(FILE *file, const char *terminating_string) FAST_FUNC; | 618 | extern char *xmalloc_fgets_str(FILE *file, const char *terminating_string) FAST_FUNC; |
618 | /* Chops off TERMINATING_STRING from the end: */ | 619 | /* Chops off TERMINATING_STRING from the end: */ |