summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-02-01 11:01:24 +0000
committerRobin Watts <robin.watts@artifex.com>2012-02-01 11:01:24 +0000
commitd36ddbb53507e45a04ef68b82e77bc224149ae4a (patch)
tree438a2ac79149a68c65ea8f6f238434596da22b86 /pdf/mupdf.h
parent3e65ed4eb3a8aa8cd6375a7029ac3b61a35a1157 (diff)
downloadmupdf-d36ddbb53507e45a04ef68b82e77bc224149ae4a.tar.xz
Tweak to previous pdf_decode_cmap fix.
More aesthetically pleasing version.
Diffstat (limited to 'pdf/mupdf.h')
-rw-r--r--pdf/mupdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/mupdf.h b/pdf/mupdf.h
index 5bbce7f3..5b546ba0 100644
--- a/pdf/mupdf.h
+++ b/pdf/mupdf.h
@@ -281,7 +281,7 @@ void pdf_sort_cmap(fz_context *ctx, pdf_cmap *cmap);
int pdf_lookup_cmap(pdf_cmap *cmap, int cpt);
int pdf_lookup_cmap_full(pdf_cmap *cmap, int cpt, int *out);
-unsigned char *pdf_decode_cmap(pdf_cmap *cmap, unsigned char *s, int *cpt, int *w);
+int pdf_decode_cmap(pdf_cmap *cmap, unsigned char *s, int *cpt);
pdf_cmap *pdf_new_identity_cmap(fz_context *ctx, int wmode, int bytes);
pdf_cmap *pdf_parse_cmap(fz_stream *file);