summary refs log tree commit diff
path: root/bin/dash/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dash/src/parser.h')
-rw-r--r--bin/dash/src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dash/src/parser.h b/bin/dash/src/parser.h
index 524ac1c7..6597faa8 100644
--- a/bin/dash/src/parser.h
+++ b/bin/dash/src/parser.h
@@ -86,6 +86,7 @@ int isassignment(const char *p);
 union node *parsecmd(int);
 void fixredir(union node *, const char *, int);
 const char *getprompt(void *);
+const char *getrprompt(void *);
 const char *const *findkwd(const char *);
 char *endofname(const char *);
 const char *expandstr(const char *);