summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index ad83fc99..9029ddc1 100644
--- a/stream.c
+++ b/stream.c
@@ -1148,7 +1148,7 @@ static struct strm_ops pipe_ops =
stdio_clear_error,
stdio_get_fd);
-static struct stdio_mode parse_mode(val mode_str)
+struct stdio_mode parse_mode(val mode_str)
{
struct stdio_mode m = stdio_mode_init_trivial(0);
const wchar_t *ms = c_str(mode_str);