diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-05-21 22:03:06 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-05-21 22:03:06 +0000 |
| commit | 05a447d0b9b86ef8de263ef18da269f2c1e57f88 (patch) | |
| tree | 454723ef27b9a87e895c6adb1d91ac119ce9e994 /bin/sh/parser.h | |
| parent | aa27d9ef943344b9cbbb7746b224b307c35d7a3e (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 dfbda861e0c8..e213e2140617 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -80,4 +80,5 @@ extern const char *const parsekwd[]; union node *parsecmd(int); void fixredir(union node *, const char *, int); int goodname(const char *); +int isassignment(const char *); char *getprompt(void *); |
