=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/extern.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/make/extern.h 2000/07/17 22:57:37 1.28 +++ src/usr.bin/make/extern.h 2000/07/18 20:17:19 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.28 2000/07/17 22:57:37 espie Exp $ */ +/* $OpenBSD: extern.h,v 1.29 2000/07/18 20:17:19 espie Exp $ */ /* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- @@ -161,3 +161,4 @@ void Var_Dump __P((GSymT *)); void SymTable_Init __P((SymTable *)); void SymTable_Destroy __P((SymTable *)); +extern void Var_AddCmdline __P((const char *));