diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cmapdump.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c index 88f1f800..a9e5de18 100644 --- a/scripts/cmapdump.c +++ b/scripts/cmapdump.c @@ -246,3 +246,16 @@ fz_glyph_cache *fz_keep_glyph_cache(fz_context *ctx) { return NULL; } + +void fz_new_document_handler_context(fz_context *ctx) +{ +} + +void fz_drop_document_handler_context(fz_context *ctx) +{ +} + +fz_document_handler_context *fz_keep_document_handler_context(fz_context *ctx) +{ + return NULL; +} |