summaryrefslogtreecommitdiff
path: root/make_cmd.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:42:25 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:42:25 -0500
commit227f982e3db958cbe3c649e8ee7b2bc099250b81 (patch)
tree7459231fb3ab89da5a428765fa447539dbec344f /make_cmd.h
parent6e70dbff655716a31da3871cb8176b21aaef806c (diff)
downloadbash-227f982e3db958cbe3c649e8ee7b2bc099250b81.tar.gz
commit bash-20050120 snapshot
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 *));