diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-24 07:00:02 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-24 07:00:02 +0000 |
commit | b33afbce665c235fc81e2d48f33b828823773220 (patch) | |
tree | cd761995a05504c6d068ba33ddc62e86f9342e4c /include/libbb.h | |
parent | 51af14e11bbf6e3491247777957ae68c87b0a8b4 (diff) | |
download | busybox-w32-b33afbce665c235fc81e2d48f33b828823773220.tar.gz busybox-w32-b33afbce665c235fc81e2d48f33b828823773220.tar.bz2 busybox-w32-b33afbce665c235fc81e2d48f33b828823773220.zip |
Sort rewrite to be SUSv3 compliant. New config option, updated help, and
a couple of infrastructure bits.
git-svn-id: svn://busybox.net/trunk/busybox@9767 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-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 93ab5375c..0119aabe4 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -137,6 +137,7 @@ extern long *find_pid_by_name( const char* pidName); | |||
137 | extern char *find_real_root_device_name(void); | 137 | extern char *find_real_root_device_name(void); |
138 | extern char *bb_get_line_from_file(FILE *file); | 138 | extern char *bb_get_line_from_file(FILE *file); |
139 | extern char *bb_get_chomped_line_from_file(FILE *file); | 139 | extern char *bb_get_chomped_line_from_file(FILE *file); |
140 | extern char *bb_get_chunk_from_file(FILE *file); | ||
140 | extern int bb_copyfd_size(int fd1, int fd2, const off_t size); | 141 | extern int bb_copyfd_size(int fd1, int fd2, const off_t size); |
141 | extern int bb_copyfd_eof(int fd1, int fd2); | 142 | extern int bb_copyfd_eof(int fd1, int fd2); |
142 | extern void bb_xprint_and_close_file(FILE *file); | 143 | extern void bb_xprint_and_close_file(FILE *file); |