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.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/c_fl_pnm_image.h b/src/c_fl_pnm_image.h
index 0757916..6feeff9 100644
--- a/src/c_fl_pnm_image.h
+++ b/src/c_fl_pnm_image.h
@@ -8,16 +8,13 @@
#define FL_PNM_IMAGE_GUARD
+typedef void* PNMIMAGE;
-typedef void* PNM_IMAGE;
-
-
-
-
-extern "C" PNM_IMAGE new_fl_pnm_image(const char * f);
-extern "C" void free_fl_pnm_image(PNM_IMAGE p);
+extern "C" PNMIMAGE new_fl_pnm_image(const char * f);
+extern "C" void free_fl_pnm_image(PNMIMAGE p);
#endif
+