summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/cmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/pdf/cmap.h')
-rw-r--r--include/mupdf/pdf/cmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/mupdf/pdf/cmap.h b/include/mupdf/pdf/cmap.h
index e17ebbaa..7b437b1d 100644
--- a/include/mupdf/pdf/cmap.h
+++ b/include/mupdf/pdf/cmap.h
@@ -81,8 +81,6 @@ pdf_cmap *pdf_load_system_cmap(fz_context *ctx, char *name);
pdf_cmap *pdf_load_builtin_cmap(fz_context *ctx, char *name);
pdf_cmap *pdf_load_embedded_cmap(fz_context *ctx, pdf_document *doc, pdf_obj *ref);
-#ifndef NDEBUG
-void pdf_print_cmap(fz_context *ctx, pdf_cmap *cmap);
-#endif
+void pdf_print_cmap(fz_context *ctx, fz_output *out, pdf_cmap *cmap);
#endif