summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.h b/make.h
index ad46e1f..e9ea18a 100644
--- a/make.h
+++ b/make.h
@@ -460,6 +460,10 @@ 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));
+
+
#ifdef HAVE_VFORK_H
# include <vfork.h>
#endif