summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-07-06 17:01:46 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-08-10 12:09:10 +0200
commit1ca107c61fd4873d2d37c32b1522b51587d4dbd0 (patch)
treeb7c91c31ba95e50eebf34a35e0e42cbd6b8ff79b /platform
parentdd0cf230ed6c04971476c13b860d55ce9996bd94 (diff)
downloadmupdf-1ca107c61fd4873d2d37c32b1522b51587d4dbd0.tar.xz
Add digital signature UI stubs to mujstest.
Diffstat (limited to 'platform')
-rw-r--r--platform/x11/jstest_main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c
index 0c729b86..73eb166a 100644
--- a/platform/x11/jstest_main.c
+++ b/platform/x11/jstest_main.c
@@ -61,6 +61,16 @@ void winprint(pdfapp_t *app)
fprintf(stderr, "The MuPDF library supports printing, but this application currently does not\n");
}
+int winquery(pdfapp_t *app, const char *query)
+{
+ return QUERY_NO;
+}
+
+int wingetcertpath(char *buf, int len)
+{
+ return 0;
+}
+
static char pd_password[256] = "";
static char td_textinput[LONGLINE] = "";