Make gcc 2.95.2 happy here, too.
authorRalf S. Engelschall <rse@openssl.org>
Thu, 24 Feb 2000 10:37:58 +0000 (10:37 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 24 Feb 2000 10:37:58 +0000 (10:37 +0000)
apps/passwd.c

index d3893d7f83b3d06efa0a3390f3f5d3414bbc66b2..c7e21d2081aeecbded18110f1d517dcfcc4b44da 100644 (file)
@@ -54,6 +54,8 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
  * -reverse      - switch table columns
  */
 
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        int ret = 1;