svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Tue Apr 10 09:38:07 UTC 2007


Author: aldot
Date: 2007-04-10 02:38:07 -0700 (Tue, 10 Apr 2007)
New Revision: 18378

Log:
- add prototype for str_tolower()


Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2007-04-10 09:37:29 UTC (rev 18377)
+++ trunk/busybox/include/libbb.h	2007-04-10 09:38:07 UTC (rev 18378)
@@ -439,6 +439,8 @@
 /* "Opens" stdin if filename is special, else just opens file: */
 extern FILE *fopen_or_warn_stdin(const char *filename);
 
+/* Convert each alpha char in str to lower-case */
+extern char* str_tolower(char *str);
 
 char *utoa(unsigned n);
 char *itoa(int n);




More information about the busybox-cvs mailing list