diff src/lib64gfx.h @ 827:c8beac5313c3

Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 May 2014 00:29:16 +0300
parents 1e5cf1144f36
children f29a6164ec80
line wrap: on
line diff
--- a/src/lib64gfx.h	Fri May 16 22:33:36 2014 +0300
+++ b/src/lib64gfx.h	Sat May 17 00:29:16 2014 +0300
@@ -176,7 +176,7 @@
 
 
 char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type);
-int       dmC64ConvertCSData(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
+int       dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
 
 int       dmC64DecodeGenericBMP(DMC64Image *img, const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt);
 int       dmC64EncodeGenericBMP(Uint8 **pbuf, size_t *plen, const DMC64Image *img, const DMC64ImageFormat *fmt);