summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-03-27 14:56:33 +0100
committerTor Andersson <tor@ghostscript.com>2008-03-27 14:56:33 +0100
commita86a6c38e2be0d46c8f95964611111bef427e7c5 (patch)
tree1828b7394ab3c25ab8a471fa9dcc23cc187d0854 /include
parentf99152119818762bab738416d789b850a83659e2 (diff)
downloadmupdf-a86a6c38e2be0d46c8f95964611111bef427e7c5.tar.xz
Fix error message handling in pdfapp.
Diffstat (limited to 'include')
-rw-r--r--include/pdfapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdfapp.h b/include/pdfapp.h
index 0d3c5ec6..9f03505e 100644
--- a/include/pdfapp.h
+++ b/include/pdfapp.h
@@ -9,7 +9,7 @@ typedef struct pdfapp_s pdfapp_t;
enum { ARROW, HAND, WAIT };
extern void winwarn(pdfapp_t*, char *s);
-extern void winerror(pdfapp_t*, char *s);
+extern void winerror(pdfapp_t*, fz_error *error);
extern void wintitle(pdfapp_t*, char *title);
extern void winresize(pdfapp_t*, int w, int h);
extern void winconvert(pdfapp_t*, fz_pixmap *image);