diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-09-14 15:59:15 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-09-14 15:59:15 +0000 |
| commit | 5545fadd845adf3a8884d3d33ab8ce86b101fee4 (patch) | |
| tree | dcafee4c2b9209ae23acb7275c4a4c293b849c56 /bin/sh/input.h | |
| parent | a889b18c52124c037c8b334d8ce007317bbc75c3 (diff) | |
Notes
Diffstat (limited to 'bin/sh/input.h')
| -rw-r--r-- | bin/sh/input.h | 2 |
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); |
