mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
don't declar main. from Michal Mazurek
This commit is contained in:
parent
712ff0044f
commit
43a866b79e
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: extern.h,v 1.53 2015/03/19 05:14:24 guenther Exp $ */
|
||||
/* $OpenBSD: extern.h,v 1.54 2016/01/01 15:56:03 tedu Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.5 1996/03/26 23:54:16 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
@ -246,7 +246,6 @@ extern char *tempfile;
|
||||
extern char *tempbase;
|
||||
extern int havechd;
|
||||
|
||||
int main(int, char **);
|
||||
void sig_cleanup(int);
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: extern.h,v 1.8 2015/12/26 00:26:39 mestre Exp $ */
|
||||
/* $OpenBSD: extern.h,v 1.9 2016/01/01 15:56:04 tedu Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.3 1997/10/11 01:55:27 lukem Exp $ */
|
||||
|
||||
/*
|
||||
@ -72,9 +72,6 @@ struct text;
|
||||
void speak(const struct text *);
|
||||
void pspeak(int, int);
|
||||
|
||||
/* main.c */
|
||||
int main(int, char **);
|
||||
|
||||
/* save.c */
|
||||
int save(const char *);
|
||||
int restore(const char *);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: battlestar.c,v 1.19 2015/12/31 17:51:19 mestre Exp $ */
|
||||
/* $OpenBSD: battlestar.c,v 1.20 2016/01/01 15:56:04 tedu Exp $ */
|
||||
/* $NetBSD: battlestar.c,v 1.3 1995/03/21 15:06:47 cgd Exp $ */
|
||||
|
||||
/*
|
||||
@ -44,8 +44,6 @@
|
||||
#include "extern.h"
|
||||
#include "pathnames.h"
|
||||
|
||||
int main(int, char *[]);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user