aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:12:03 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:12:03 +0000
commitfc9f9cf2f125f76e8e741d6ae03d094187ad8880 (patch)
treee0f5848305c98203a2192537864e77b95efba6d5 /include/libbb.h
parent1b5261c3abf97ddd25cbfcb681dad246830ce09f (diff)
downloadbusybox-w32-fc9f9cf2f125f76e8e741d6ae03d094187ad8880.tar.gz
busybox-w32-fc9f9cf2f125f76e8e741d6ae03d094187ad8880.tar.bz2
busybox-w32-fc9f9cf2f125f76e8e741d6ae03d094187ad8880.zip
Missed one in the get_line_from_file() update...
git-svn-id: svn://busybox.net/trunk/busybox@14257 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
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);
108extern char *find_block_device(char *path); 108extern char *find_block_device(char *path);
109extern char *bb_get_line_from_file(FILE *file); 109extern char *bb_get_line_from_file(FILE *file);
110extern char *bb_get_chomped_line_from_file(FILE *file); 110extern char *bb_get_chomped_line_from_file(FILE *file);
111extern char *bb_get_chunk_from_file(FILE *file); 111extern char *bb_get_chunk_from_file(FILE *file, int *end);
112extern int bb_copyfd_size(int fd1, int fd2, const off_t size); 112extern int bb_copyfd_size(int fd1, int fd2, const off_t size);
113extern int bb_copyfd_eof(int fd1, int fd2); 113extern int bb_copyfd_eof(int fd1, int fd2);
114extern void bb_xprint_and_close_file(FILE *file); 114extern void bb_xprint_and_close_file(FILE *file);