From: hno <> Date: Thu, 19 Jul 2007 09:06:12 +0000 (+0000) Subject: and make getpwnam helper use ANSI-C prototypes X-Git-Tag: SQUID_3_0_PRE7~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb3dae2c9a1f79d85c23c811b3910f584bfbc381;p=thirdparty%2Fsquid.git and make getpwnam helper use ANSI-C prototypes --- diff --git a/helpers/basic_auth/getpwnam/getpwnam_auth.c b/helpers/basic_auth/getpwnam/getpwnam_auth.c index fae0eaebb0..4caa4820fb 100644 --- a/helpers/basic_auth/getpwnam/getpwnam_auth.c +++ b/helpers/basic_auth/getpwnam/getpwnam_auth.c @@ -88,7 +88,7 @@ shadow_auth(char *user, char *passwd) #endif int -main() +main(int argc, char **argv) { int auth = 0; char buf[256];