summaryrefslogtreecommitdiff
path: root/src/c_fl_png_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_png_image.h')
-rw-r--r--src/c_fl_png_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_png_image.h b/src/c_fl_png_image.h
index a35cdfa..b9901ea 100644
--- a/src/c_fl_png_image.h
+++ b/src/c_fl_png_image.h
@@ -11,8 +11,8 @@ typedef void* PNG_IMAGE;
-extern "C" inline PNG_IMAGE new_fl_png_image(const char * f);
-extern "C" inline void free_fl_png_image(PNG_IMAGE p);
+extern "C" PNG_IMAGE new_fl_png_image(const char * f);
+extern "C" void free_fl_png_image(PNG_IMAGE p);
#endif