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 57245de1..fb0b9fc1 100644
--- a/stream.c
+++ b/stream.c
@@ -1702,7 +1702,7 @@ static struct strm_ops dir_ops =
dir_clear_error,
0);
-val make_dir_stream(DIR *dir)
+static val make_dir_stream(DIR *dir)
{
struct dir_handle *h = coerce(struct dir_handle *, chk_malloc(sizeof *h));
strm_base_init(&h->a);