summaryrefslogtreecommitdiff
path: root/cbz/mucbz.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbz/mucbz.h')
-rw-r--r--cbz/mucbz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbz/mucbz.h b/cbz/mucbz.h
index 080423bf..05288eb3 100644
--- a/cbz/mucbz.h
+++ b/cbz/mucbz.h
@@ -30,7 +30,7 @@ cbz_document *cbz_open_document(fz_context *ctx, char *filename);
fz_open_file_w or fz_open_fd for opening a stream, and
fz_close for closing an open stream.
*/
-cbz_document *cbz_open_document_with_stream(fz_stream *file);
+cbz_document *cbz_open_document_with_stream(fz_context *ctx, fz_stream *file);
/*
cbz_close_document: Closes and frees an opened document.