(parse_long_options): Remove version-, copyright-,
[gnulib.git] / lib / modechange.c
index 10e65fb..4dccdb0 100644 (file)
@@ -35,7 +35,7 @@
 #if STDC_HEADERS
 # include <stdlib.h>
 #else
-char *malloc;
+char *malloc ();
 #endif
 
 #ifndef NULL
@@ -59,7 +59,7 @@ char *malloc;
    octal number S.  If S is not an octal number, return -1.  */
 
 static int
-oatoi (char *s)
+oatoi (const char *s)
 {
   register int i;