Change functions to ANSI C.
[oweals/openssl.git] / apps / errstr.c
index d2b2b3fcea1996aa329b0e4ad726a32ffb18684d..ee51abaf345882c66edba2a4d9d9662b01b137d6 100644 (file)
@@ -68,9 +68,7 @@
 #undef PROG
 #define PROG   errstr_main
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        int i,ret=0;
        char buf[256];