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