--- src/usr.bin/make/Attic/compat.h 2005/02/01 22:05:36 1.2 +++ src/usr.bin/make/Attic/compat.h 2005/02/24 21:34:14 1.3 @@ -41,9 +41,10 @@ #ifndef compat_h_29e49e8c #define compat_h_29e49e8c +struct GNode; struct Lst; void Compat_Run(struct Lst *); -int Compat_RunCommand(void *, void *); +int Compat_RunCommand(char *, struct GNode *); #endif /* compat_h_29e49e8c */