remove main() prototype, as per PR 6867

This commit is contained in:
hubertf 1998-09-11 12:46:26 +00:00
parent 11ac489856
commit 4e2ece1035
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: extern.h,v 1.6 1998/08/29 22:40:07 hubertf Exp $ */
/* $NetBSD: extern.h,v 1.7 1998/09/11 12:46:26 hubertf Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@ -70,9 +70,6 @@ struct text;
void speak __P((struct text *));
void pspeak __P((int, int));
/* main.c */
int main __P((int, char **));
/* save.c */
int save __P((char *));
int restore __P((char *));