aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/input.h
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2014-09-14 15:59:15 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2014-09-14 15:59:15 +0000
commit5545fadd845adf3a8884d3d33ab8ce86b101fee4 (patch)
treedcafee4c2b9209ae23acb7275c4a4c293b849c56 /bin/sh/input.h
parenta889b18c52124c037c8b334d8ce007317bbc75c3 (diff)
Notes
Diffstat (limited to 'bin/sh/input.h')
-rw-r--r--bin/sh/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/input.h b/bin/sh/input.h
index cc54eedb185aa..7de9435e30094 100644
--- a/bin/sh/input.h
+++ b/bin/sh/input.h
@@ -53,7 +53,7 @@ int pgetc(void);
int preadbuffer(void);
int preadateof(void);
void pungetc(void);
-void pushstring(char *, int, struct alias *);
+void pushstring(const char *, int, struct alias *);
void setinputfile(const char *, int);
void setinputfd(int, int);
void setinputstring(const char *, int);