diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-12-06 23:16:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-12-06 23:16:57 +0000 |
commit | 9d9eec27a59de7266d62132ee89892de0e698a0f (patch) | |
tree | 35fd14dcbbb286e1c3107b5ca7bd86f22b8d13be /usr.bin | |
parent | 82c931903ed44651447aff876473555f8e7e4ba7 (diff) |
main prototype properly in main.c, remove dup.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/extern.h b/usr.bin/make/extern.h index aa1448c16bc..b8ddacd3fc1 100644 --- a/usr.bin/make/extern.h +++ b/usr.bin/make/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.13 1999/12/06 22:28:44 espie Exp $ */ +/* $OpenBSD: extern.h,v 1.14 1999/12/06 23:16:56 espie Exp $ */ /* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- @@ -66,7 +66,6 @@ void For_Run __P((void)); /* main.c */ void Main_ParseArgLine __P((char *)); -int main __P((int, char **)); char *Cmd_Exec __P((char *, char **)); void Error __P((char *, ...)); void Fatal __P((char *, ...)); |