diff options
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -459,8 +459,9 @@ extern void user_access PARAMS ((void)); extern void make_access PARAMS ((void)); extern void child_access PARAMS ((void)); -extern char * -strip_whitespace PARAMS ((const char **begpp, const char **endpp)); +extern void close_stdout PARAMS ((void)); + +extern char *strip_whitespace PARAMS ((const char **begpp, const char **endpp)); #ifdef HAVE_VFORK_H |