diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 14:24:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 14:24:30 +0000 |
commit | 3a6755f56f811f246934f02182531fb1e8ccc72d (patch) | |
tree | 3bcbe0186fd69f665ed3634dc2f990f994ec399f /include/libbb.h | |
parent | c345d8e94589e3c74a9fac40f440affbc359c8d1 (diff) | |
download | busybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.tar.gz busybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.tar.bz2 busybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.zip |
grep: add support for -r
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index 0bcabf17b..901c7e669 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -252,8 +252,8 @@ extern FILE *bb_wfopen(const char *path, const char *mode); | |||
252 | extern FILE *bb_wfopen_input(const char *filename); | 252 | extern FILE *bb_wfopen_input(const char *filename); |
253 | extern FILE *xfopen(const char *path, const char *mode); | 253 | extern FILE *xfopen(const char *path, const char *mode); |
254 | 254 | ||
255 | extern int bb_fclose_nonstdin(FILE *f); | 255 | extern int bb_fclose_nonstdin(FILE *f); |
256 | extern void bb_fflush_stdout_and_exit(int retval) ATTRIBUTE_NORETURN; | 256 | extern void bb_fflush_stdout_and_exit(int retval) ATTRIBUTE_NORETURN; |
257 | 257 | ||
258 | extern void xstat(char *filename, struct stat *buf); | 258 | extern void xstat(char *filename, struct stat *buf); |
259 | extern int xsocket(int domain, int type, int protocol); | 259 | extern int xsocket(int domain, int type, int protocol); |