aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/parser.h
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2011-05-21 22:03:06 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2011-05-21 22:03:06 +0000
commit05a447d0b9b86ef8de263ef18da269f2c1e57f88 (patch)
tree454723ef27b9a87e895c6adb1d91ac119ce9e994 /bin/sh/parser.h
parentaa27d9ef943344b9cbbb7746b224b307c35d7a3e (diff)
Notes
Diffstat (limited to 'bin/sh/parser.h')
-rw-r--r--bin/sh/parser.h1
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 *);