From 6b691a5c85ddc4e407e32781841fee5c029506cd Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 19 Apr 1999 21:31:43 +0000 Subject: Change functions to ANSI C. --- apps/asn1pars.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/asn1pars.c') diff --git a/apps/asn1pars.c b/apps/asn1pars.c index cf9a3bf2bc..39e97887af 100644 --- a/apps/asn1pars.c +++ b/apps/asn1pars.c @@ -80,9 +80,7 @@ #undef PROG #define PROG asn1parse_main -int MAIN(argc, argv) -int argc; -char **argv; +int MAIN(int argc, char **argv) { int i,badops=0,offset=0,ret=1,j; unsigned int length=0; -- cgit v1.2.3