rnd-19981114-1
[rocksndiamonds.git] / src / xli.h
index 1bdf669131fa2da1faa8299be77163962a50af3c..50826558859a63af8e470dd59a4da5f45d98d5c5 100644 (file)
--- a/src/xli.h
+++ b/src/xli.h
@@ -74,7 +74,7 @@ typedef struct rgbmap {
  */
 
 typedef struct {
-  char         *title;  /* name of image */
+  char        *title;  /* name of image */
   unsigned int  type;   /* type of image */
   RGBMap        rgb;    /* RGB map of image if IRGB type */
   unsigned int  width;  /* width of image in pixels */
@@ -141,7 +141,6 @@ void   newRGBMapData();
 void   freeRGBMapData();
 byte  *lcalloc();
 byte  *lmalloc();
-void   lfree();
 
 Image *gifLoad();
 Image *monochrome();