summaryrefslogtreecommitdiff
path: root/ios/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/document.h')
-rw-r--r--ios/document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/document.h b/ios/document.h
index 95aa9703..797b1e8f 100644
--- a/ios/document.h
+++ b/ios/document.h
@@ -25,6 +25,8 @@ struct document
};
struct document *open_document(char *filename);
+int needs_password(struct document *doc);
+int authenticate_password(struct document *doc, char *password);
fz_outline *load_outline(struct document *doc);
int count_pages(struct document *doc);
void measure_page(struct document *doc, int number, float *w, float *h);