From 883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 24 Feb 2006 03:12:03 +0000 Subject: Missed one in the get_line_from_file() update... --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libbb.h b/include/libbb.h index 0ede812a9..bc3fa5990 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -108,7 +108,7 @@ extern long *pidlist_reverse(long *pidList); extern char *find_block_device(char *path); extern char *bb_get_line_from_file(FILE *file); extern char *bb_get_chomped_line_from_file(FILE *file); -extern char *bb_get_chunk_from_file(FILE *file); +extern char *bb_get_chunk_from_file(FILE *file, int *end); extern int bb_copyfd_size(int fd1, int fd2, const off_t size); extern int bb_copyfd_eof(int fd1, int fd2); extern void bb_xprint_and_close_file(FILE *file); -- cgit v1.2.3