From b20964286b4703b6cabd3b6c981ff841e2b045e5 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 11 Sep 1998 14:51:18 +0000 Subject: add main() prototype --- adventure/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'adventure/main.c') diff --git a/adventure/main.c b/adventure/main.c index 3285ab70..2577d567 100644 --- a/adventure/main.c +++ b/adventure/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.9 1998/08/24 22:07:37 hubertf Exp $ */ +/* $NetBSD: main.c,v 1.10 1998/09/11 14:51:18 hubertf Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -48,7 +48,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: main.c,v 1.9 1998/08/24 22:07:37 hubertf Exp $"); +__RCSID("$NetBSD: main.c,v 1.10 1998/09/11 14:51:18 hubertf Exp $"); #endif #endif /* not lint */ @@ -62,6 +62,8 @@ __RCSID("$NetBSD: main.c,v 1.9 1998/08/24 22:07:37 hubertf Exp $"); #include "hdr.h" #include "extern.h" +int main __P((int, char **)); + int main(argc, argv) int argc; -- cgit v1.2.3-56-ge451