summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 3f7a60527..5ff558f5d 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2399,3 +2399,9 @@ bool ro_gui_prequit(void)
{
return ro_gui_download_prequit();
}
+
+void PDF_Password(char **owner_pass, char **user_pass, char *path)
+{
+ /*TODO:this waits to be written, until then no PDF encryption*/
+ *owner_pass = NULL;
+}