From 667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 11 Feb 2000 09:47:18 +0000 Subject: Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''. --- apps/ca.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index 8696b41571..6a27a6de15 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -213,6 +213,8 @@ static char *section=NULL; static int preserve=0; static int msie_hack=0; +int MAIN(int, char **); + int MAIN(int argc, char **argv) { char *key=NULL; -- cgit v1.2.3