summaryrefslogtreecommitdiff
path: root/platform/ios/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/common.h')
-rw-r--r--platform/ios/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/common.h b/platform/ios/common.h
index 672ea119..dcef5b22 100644
--- a/platform/ios/common.h
+++ b/platform/ios/common.h
@@ -20,8 +20,8 @@ int search_page(fz_document *doc, int number, char *needle, fz_cookie *cookie);
fz_rect search_result_bbox(fz_document *doc, int i);
-CGDataProviderRef wrapPixmap(fz_pixmap *pix);
+CGDataProviderRef CreateWrappedPixmap(fz_pixmap *pix);
-CGImageRef newCGImageWithPixmap(fz_pixmap *pix, CGDataProviderRef cgdata);
+CGImageRef CreateCGImageWithPixmap(fz_pixmap *pix, CGDataProviderRef cgdata);
#endif