aboutsummaryrefslogtreecommitdiff
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.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/c_fl_pnm_image.h b/src/c_fl_pnm_image.h
deleted file mode 100644
index 6feeff9..0000000
--- a/src/c_fl_pnm_image.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-// Programmed by Jedidiah Barber
-// Released into the public domain
-
-
-#ifndef FL_PNM_IMAGE_GUARD
-#define FL_PNM_IMAGE_GUARD
-
-
-typedef void* PNMIMAGE;
-
-
-extern "C" PNMIMAGE new_fl_pnm_image(const char * f);
-extern "C" void free_fl_pnm_image(PNMIMAGE p);
-
-
-#endif
-
-