diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index fa878433e..309c58734 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -911,7 +911,7 @@ extern void xprint_and_close_file(FILE *file) FAST_FUNC; | |||
| 911 | * end of line. If end isn't NULL, length of the chunk is stored in it. | 911 | * end of line. If end isn't NULL, length of the chunk is stored in it. |
| 912 | * Returns NULL if EOF/error. | 912 | * Returns NULL if EOF/error. |
| 913 | */ | 913 | */ |
| 914 | extern char *bb_get_chunk_from_file(FILE *file, int *end) FAST_FUNC; | 914 | extern char *bb_get_chunk_from_file(FILE *file, size_t *end) FAST_FUNC; |
| 915 | /* Reads up to (and including) TERMINATING_STRING: */ | 915 | /* Reads up to (and including) TERMINATING_STRING: */ |
| 916 | extern char *xmalloc_fgets_str(FILE *file, const char *terminating_string) FAST_FUNC RETURNS_MALLOC; | 916 | extern char *xmalloc_fgets_str(FILE *file, const char *terminating_string) FAST_FUNC RETURNS_MALLOC; |
| 917 | /* Same, with limited max size, and returns the length (excluding NUL): */ | 917 | /* Same, with limited max size, and returns the length (excluding NUL): */ |
