X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fxli.h;h=50826558859a63af8e470dd59a4da5f45d98d5c5;hp=1bdf669131fa2da1faa8299be77163962a50af3c;hb=40a487dcc5d3028343ff9123a72b8b3839a42861;hpb=4b0f1eb4220d2dbe4cffb288f745661b32c96a5b diff --git a/src/xli.h b/src/xli.h index 1bdf6691..50826558 100644 --- 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();