From 1ca107c61fd4873d2d37c32b1522b51587d4dbd0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 6 Jul 2018 17:01:46 +0200 Subject: Add digital signature UI stubs to mujstest. --- platform/x11/jstest_main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'platform') 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] = ""; -- cgit v1.2.3