--- src/usr.bin/make/shell.h 2005/05/20 11:47:22 1.5 +++ src/usr.bin/make/shell.h 2005/05/20 11:47:43 1.6 @@ -94,6 +94,6 @@ extern char *shellPath; extern struct Shell *commandShell; void Shell_Init(void); -Boolean Job_ParseShell(const char []); +Boolean Shell_Parse(const char []); #endif /* shell_h_6002e3b8 */