# HG changeset patch # User Matti Hamalainen # Date 1568884196 -10800 # Node ID 4b96459be0d61c06413e6baf9e5f21446bfb97ea # Parent 552146218aceb66f778a70e0547ccdcc5868d8e0 dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() should be private functions, so remove the prototypes from header. diff -r 552146218ace -r 4b96459be0d6 tools/lib64gfx.h --- a/tools/lib64gfx.h Thu Sep 19 12:09:06 2019 +0300 +++ b/tools/lib64gfx.h Thu Sep 19 12:09:56 2019 +0300 @@ -430,9 +430,6 @@ int dmC64DecodeBMP(DMC64Image **img, const DMGrowBuf *buf, const size_t probeOffs, const size_t loadOffs, const DMC64ImageFormat **fmt, const DMC64ImageFormat *forced); int dmC64EncodeBMP(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt); -int dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec); -int dmC64ConvertGenericImage2BMP(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec); - int dmGenericRLEAnalyze(const DMGrowBuf *buf, DMCompParams *cfg); void dmSetupRLEBuffers(DMGrowBuf *dst, DMGrowBuf *src, const DMCompParams *cfg);