diff options
author | Rob Landley | 2005-01-24 07:00:02 +0000 |
---|---|---|
committer | Rob Landley | 2005-01-24 07:00:02 +0000 |
commit | c0dedd05e81ac03a1793abd8cbfacf8c546e976f (patch) | |
tree | cd761995a05504c6d068ba33ddc62e86f9342e4c /include/libbb.h | |
parent | f4bb212d6ccc1a14724ba56fa57c3bc3ca66cf22 (diff) | |
download | busybox-c0dedd05e81ac03a1793abd8cbfacf8c546e976f.zip busybox-c0dedd05e81ac03a1793abd8cbfacf8c546e976f.tar.gz |
Sort rewrite to be SUSv3 compliant. New config option, updated help, and
a couple of infrastructure bits.
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 93ab537..0119aab 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -137,6 +137,7 @@ extern long *find_pid_by_name( const char* pidName); extern char *find_real_root_device_name(void); 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 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); |