summaryrefslogtreecommitdiff
path: root/scripts/cmapdump.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-03-01 19:42:28 +0000
committerRobin Watts <robin.watts@artifex.com>2012-03-01 19:42:28 +0000
commitea671d1254dad3b9ef5a8fbdd9729c3ada2a49b2 (patch)
tree8a3df1c20e117ae9c06c266526e4be553ffa355a /scripts/cmapdump.c
parentbcf7519882ba6f7b8f4b8047fb1f94bc9bd1ec6e (diff)
downloadmupdf-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/cmapdump.c')
-rw-r--r--scripts/cmapdump.c2
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;
}