]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
and make getpwnam helper use ANSI-C prototypes
authorhno <>
Thu, 19 Jul 2007 09:06:12 +0000 (09:06 +0000)
committerhno <>
Thu, 19 Jul 2007 09:06:12 +0000 (09:06 +0000)
helpers/basic_auth/getpwnam/getpwnam_auth.c

index fae0eaebb0ce660a72db7b322854a022c1e98f78..4caa4820fbc99dc41338896f0dec8868c43c3640 100644 (file)
@@ -88,7 +88,7 @@ shadow_auth(char *user, char *passwd)
 #endif
 
 int
-main()
+main(int argc, char **argv)
 {
     int auth = 0;
     char buf[256];