summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-18 10:07:46 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-18 10:07:46 +0100
commit9c6b3e8c32991ac8436afcf8016268eeb8ef24c3 (patch)
tree8377d6d2146212ce4eea9a121b0a8ce90c6c4c4d /cocoa/apple_image.h
parente1bbe4528b479881a1912f96f3160ab6e2fbb2ec (diff)
downloadnetsurf-9c6b3e8c32991ac8436afcf8016268eeb8ef24c3.tar.gz
netsurf-9c6b3e8c32991ac8436afcf8016268eeb8ef24c3.tar.bz2
Fix several warnings in cocoa frontend
Diffstat (limited to 'cocoa/apple_image.h')
-rw-r--r--cocoa/apple_image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cocoa/apple_image.h b/cocoa/apple_image.h
index 08748039f..11248a6fb 100644
--- a/cocoa/apple_image.h
+++ b/cocoa/apple_image.h
@@ -25,6 +25,9 @@
#ifdef WITH_APPLE_IMAGE
+/**
+ * Initialise apple image handlers instead of generic core ones.
+ */
nserror apple_image_init(void);
#else