diff options
author | Rob Landley <rob@landley.net> | 2006-02-24 03:12:03 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-24 03:12:03 +0000 |
commit | 883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40 (patch) | |
tree | e0f5848305c98203a2192537864e77b95efba6d5 /include | |
parent | 3cb94d2eb312a0f5d71b85cc1aaf93532d76de37 (diff) | |
download | busybox-w32-883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40.tar.gz busybox-w32-883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40.tar.bz2 busybox-w32-883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40.zip |
Missed one in the get_line_from_file() update...
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 0ede812a9..bc3fa5990 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -108,7 +108,7 @@ extern long *pidlist_reverse(long *pidList); | |||
108 | extern char *find_block_device(char *path); | 108 | extern char *find_block_device(char *path); |
109 | extern char *bb_get_line_from_file(FILE *file); | 109 | extern char *bb_get_line_from_file(FILE *file); |
110 | extern char *bb_get_chomped_line_from_file(FILE *file); | 110 | extern char *bb_get_chomped_line_from_file(FILE *file); |
111 | extern char *bb_get_chunk_from_file(FILE *file); | 111 | extern char *bb_get_chunk_from_file(FILE *file, int *end); |
112 | extern int bb_copyfd_size(int fd1, int fd2, const off_t size); | 112 | extern int bb_copyfd_size(int fd1, int fd2, const off_t size); |
113 | extern int bb_copyfd_eof(int fd1, int fd2); | 113 | extern int bb_copyfd_eof(int fd1, int fd2); |
114 | extern void bb_xprint_and_close_file(FILE *file); | 114 | extern void bb_xprint_and_close_file(FILE *file); |