- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / miscutils / mountpoint.c
index b1bcab6989916ceef572170e004f11e5ba877e11..e380154ee02790682580a0945a30e09c32617fc4 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "busybox.h"
 
+int mountpoint_main(int argc, char **argv);
 int mountpoint_main(int argc, char **argv)
 {
        struct stat st;