svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Tue Sep 20 20:58:12 UTC 2005


Author: aldot
Date: 2005-09-20 13:58:11 -0700 (Tue, 20 Sep 2005)
New Revision: 11514

Log:
- Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen


Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2005-09-20 20:32:02 UTC (rev 11513)
+++ trunk/busybox/include/libbb.h	2005-09-20 20:58:11 UTC (rev 11514)
@@ -144,9 +144,9 @@
 extern char  bb_process_escape_sequence(const char **ptr);
 extern char *bb_get_last_path_component(char *path);
 extern FILE *bb_wfopen(const char *path, const char *mode);
+extern FILE *bb_wfopen_input(const char *filename);
 extern FILE *bb_xfopen(const char *path, const char *mode);
 
-//#warning rename?
 extern int   bb_fclose_nonstdin(FILE *f);
 extern void  bb_fflush_stdout_and_exit(int retval) __attribute__ ((noreturn));
 
@@ -155,9 +155,6 @@
 extern const struct option *bb_applet_long_options;
 extern unsigned long bb_getopt_ulflags(int argc, char **argv, const char *applet_opts, ...);
 
-//#warning rename?
-extern FILE *bb_wfopen_input(const char *filename);
-
 extern int bb_vfprintf(FILE * __restrict stream, const char * __restrict format,
 					   va_list arg) __attribute__ ((format (printf, 2, 0)));
 extern int bb_vprintf(const char * __restrict format, va_list arg)




More information about the busybox-cvs mailing list