aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputStream_file.h')
-rw-r--r--src/inputStream_file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inputStream_file.h b/src/inputStream_file.h
index c0f56be04..9199d9c01 100644
--- a/src/inputStream_file.h
+++ b/src/inputStream_file.h
@@ -29,8 +29,7 @@ int inputStream_fileSeek(struct input_stream *inStream, long offset,
int whence);
size_t inputStream_fileRead(struct input_stream *inStream,
- void *ptr, size_t size,
- size_t nmemb);
+ void *ptr, size_t size);
int inputStream_fileClose(struct input_stream *inStream);