From ea671d1254dad3b9ef5a8fbdd9729c3ada2a49b2 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 1 Mar 2012 19:42:28 +0000 Subject: 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. --- scripts/cmapdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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; } -- cgit v1.2.3