diff options
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); |