summaryrefslogtreecommitdiff
path: root/make_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'make_cmd.h')
-rw-r--r--make_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_cmd.h b/make_cmd.h
index 286cc0d2..f1253afc 100644
--- a/make_cmd.h
+++ b/make_cmd.h
@@ -25,6 +25,7 @@
extern void cmd_init __P((void));
+extern WORD_DESC *alloc_word_desc __P((void));
extern WORD_DESC *make_bare_word __P((const char *));
extern WORD_DESC *make_word_flags __P((WORD_DESC *, const char *));
extern WORD_DESC *make_word __P((const char *));