summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/eval.h')
-rw-r--r--bin/sh/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
index 4129757..d4092be 100644
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -53,7 +53,7 @@ void reseteval(void);
#define EV_TESTED 02 /* exit status is checked; ignore -e flag */
#define EV_BACKCMD 04 /* command executing within back quotes */
-void evalstring(char *, int);
+void evalstring(const char *, int);
union node; /* BLETCH for ansi C */
void evaltree(union node *, int);
void evalbackcmd(union node *, struct backcmd *);
OpenPOWER on IntegriCloud