diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-09-30 21:32:29 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-09-30 21:32:29 +0000 |
| commit | d358fa780b338913419f028acdf62896e2481d97 (patch) | |
| tree | c0c8b623265338ef1866c1e7413af3622fae0154 /bin/sh/parser.h | |
| parent | 24df1f7e7f1350fc9e5fad127ed6dcf847e6b0b8 (diff) | |
Notes
Diffstat (limited to 'bin/sh/parser.h')
| -rw-r--r-- | bin/sh/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 598259439124..0c3cd88601ab 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -76,6 +76,7 @@ extern const char *const parsekwd[]; union node *parsecmd(int); +union node *parsewordexp(void); void forcealias(void); void fixredir(union node *, const char *, int); int goodname(const char *); |
