aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_stream.h')
-rw-r--r--src/input_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_stream.h b/src/input_stream.h
index dc1739dd..c8d8068d 100644
--- a/src/input_stream.h
+++ b/src/input_stream.h
@@ -57,7 +57,7 @@ void input_stream_global_finish(void);
/* if an error occurs for these 3 functions, then -1 is returned and errno
for the input stream is set */
bool
-input_stream_open(struct input_stream *is, char *url);
+input_stream_open(struct input_stream *is, const char *url);
bool
input_stream_seek(struct input_stream *is, off_t offset, int whence);