summaryrefslogtreecommitdiff
path: root/ios/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/document.h')
-rw-r--r--ios/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/document.h b/ios/document.h
index a16de309..1f59ccdd 100644
--- a/ios/document.h
+++ b/ios/document.h
@@ -23,6 +23,7 @@ struct document
};
struct document *open_document(char *filename);
+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);
void draw_page(struct document *doc, int number, fz_device *dev, fz_matrix ctm);