aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-01-24 07:00:02 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-01-24 07:00:02 +0000
commitb33afbce665c235fc81e2d48f33b828823773220 (patch)
treecd761995a05504c6d068ba33ddc62e86f9342e4c /include/libbb.h
parent51af14e11bbf6e3491247777957ae68c87b0a8b4 (diff)
downloadbusybox-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.h1
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);
137extern char *find_real_root_device_name(void); 137extern char *find_real_root_device_name(void);
138extern char *bb_get_line_from_file(FILE *file); 138extern char *bb_get_line_from_file(FILE *file);
139extern char *bb_get_chomped_line_from_file(FILE *file); 139extern char *bb_get_chomped_line_from_file(FILE *file);
140extern char *bb_get_chunk_from_file(FILE *file);
140extern int bb_copyfd_size(int fd1, int fd2, const off_t size); 141extern int bb_copyfd_size(int fd1, int fd2, const off_t size);
141extern int bb_copyfd_eof(int fd1, int fd2); 142extern int bb_copyfd_eof(int fd1, int fd2);
142extern void bb_xprint_and_close_file(FILE *file); 143extern void bb_xprint_and_close_file(FILE *file);