Skip to content

Commit 4e2ece1

Browse files
hubertfhubertf
hubertf
authored and
hubertf
committed
remove main() prototype, as per PR 6867
1 parent 11ac489 commit 4e2ece1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

games/adventure/extern.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: extern.h,v 1.6 1998/08/29 22:40:07 hubertf Exp $ */
1+
/* $NetBSD: extern.h,v 1.7 1998/09/11 12:46:26 hubertf Exp $ */
22

33
/*
44
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -70,9 +70,6 @@ struct text;
7070
void speak __P((struct text *));
7171
void pspeak __P((int, int));
7272

73-
/* main.c */
74-
int main __P((int, char **));
75-
7673
/* save.c */
7774
int save __P((char *));
7875
int restore __P((char *));

0 commit comments

Comments
 (0)