diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-03-01 19:42:28 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-03-01 19:42:28 +0000 |
commit | ea671d1254dad3b9ef5a8fbdd9729c3ada2a49b2 (patch) | |
tree | 8a3df1c20e117ae9c06c266526e4be553ffa355a /scripts | |
parent | bcf7519882ba6f7b8f4b8047fb1f94bc9bd1ec6e (diff) | |
download | mupdf-ea671d1254dad3b9ef5a8fbdd9729c3ada2a49b2.tar.xz |
Add some more docs to fitz.h
Add docs for fz_store, fz_image, fz_halftones.
Move fz_item definition into res_store.c as it does not need to be
external.
Rename fz_store_context to fz_keep_store_context to be consistent.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cmapdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c index 12d6f2af..db250382 100644 --- a/scripts/cmapdump.c +++ b/scripts/cmapdump.c @@ -198,7 +198,7 @@ void fz_drop_store_context(fz_context *ctx) { } -fz_store *fz_store_keep(fz_context *ctx) +fz_store *fz_keep_store_context(fz_context *ctx) { return NULL; } |