summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
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] = "";