From d47fed45245ddcecfb69d1e951ce627bdb6a44ff Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 00:52:17 +0000 Subject: move 401 login into operation table --- utils/utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index e3b3647ea..d56330e10 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -184,9 +184,11 @@ inline static char digit2uppercase_hex(unsigned char digit) { /* Platform specific functions */ void die(const char * const error); void warn_user(const char *warning, const char *detail); +void PDF_Password(char **owner_pass, char **user_pass, char *path); + +/* only riscos */ query_id query_user(const char *query, const char *detail, const query_callback *cb, void *pw, const char *yes, const char *no); void query_close(query_id); -void PDF_Password(char **owner_pass, char **user_pass, char *path); #endif -- cgit v1.2.3