aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputStream_http.h')
-rw-r--r--src/inputStream_http.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inputStream_http.h b/src/inputStream_http.h
index 7ab23a5de..01d70c1eb 100644
--- a/src/inputStream_http.h
+++ b/src/inputStream_http.h
@@ -27,8 +27,7 @@ int inputStream_httpOpen(InputStream * inStream, char *filename);
int inputStream_httpSeek(InputStream * inStream, long offset, int whence);
-size_t inputStream_httpRead(InputStream * inStream, void *ptr, size_t size,
- size_t nmemb);
+size_t inputStream_httpRead(InputStream * inStream, void *ptr, size_t size);
int inputStream_httpClose(InputStream * inStream);