commit bash-20180112 snapshot

This commit is contained in:
Chet Ramey
2018-01-16 09:57:29 -05:00
parent 879213c630
commit 911ae06ca9
13 changed files with 302 additions and 21 deletions
+3
View File
@@ -67,4 +67,7 @@ extern char *alias_expand_word __P((char *));
/* Return a new line, with any aliases expanded. */
extern char *alias_expand __P((char *));
/* Helper definition for the parser */
extern void clear_string_list_expander __P((alias_t *));
#endif /* _ALIAS_H_ */