projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb94d2
)
Missed one in the get_line_from_file() update...
author
Rob Landley
<rob@landley.net>
Fri, 24 Feb 2006 03:12:03 +0000
(
03:12
-0000)
committer
Rob Landley
<rob@landley.net>
Fri, 24 Feb 2006 03:12:03 +0000
(
03:12
-0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 0ede812a98b3e4c349c46aabf6cd800557eb3683..bc3fa59908be126d062ba4bcb5daebb66ad83de0 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-108,7
+108,7
@@
extern long *pidlist_reverse(long *pidList);
extern char *find_block_device(char *path);
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 char *bb_get_chunk_from_file(FILE *file
, int *end
);
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);