summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/store.h
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2017-03-20 16:57:33 -0400
committerRobin Watts <Robin.Watts@artifex.com>2017-03-20 17:11:50 -0400
commit87b0a4d253ab1549b351389f658238fe32a28da1 (patch)
treecf5339c58dd4f3eb4ccccb05567362322d82a22f /include/mupdf/fitz/store.h
parent19773c2cd9fd554ba2a2ce188a4f550cbdc2fa39 (diff)
downloadmupdf-87b0a4d253ab1549b351389f658238fe32a28da1.tar.xz
Remove fz_drop_image_base.
Diffstat (limited to 'include/mupdf/fitz/store.h')
-rw-r--r--include/mupdf/fitz/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/store.h b/include/mupdf/fitz/store.h
index 15d550be..f081e987 100644
--- a/include/mupdf/fitz/store.h
+++ b/include/mupdf/fitz/store.h
@@ -56,7 +56,7 @@ void *fz_keep_storable(fz_context *, const fz_storable *);
void fz_drop_storable(fz_context *, const fz_storable *);
void *fz_keep_key_storable(fz_context *, const fz_key_storable *);
-void fz_drop_key_storable(fz_context *, const fz_key_storable *);
+int fz_drop_key_storable(fz_context *, const fz_key_storable *);
void *fz_keep_key_storable_key(fz_context *, const fz_key_storable *);
void fz_drop_key_storable_key(fz_context *, const fz_key_storable *);