comparison tools/lib64util.h @ 2241:587eb90459f9

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 07:54:39 +0300
parents f808d3483d4b
children 65a2c2e99c81
comparison
equal deleted inserted replaced
2240:e2c6af0c9431 2241:587eb90459f9
22 22
23 23
24 char * dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng); 24 char * dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
25 void dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent); 25 void dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent);
26 26
27 void argShowC64PaletteHelp(FILE *fp);
28 BOOL argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile);
27 29
28 BOOL argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile); 30 int dmHandleExternalPalette(const char *filename, DMPalette **ppal);
29 int dmHandleExternalPalette(const char *filename, DMPalette **ppal);
30 31
31 32
32 #ifdef __cplusplus 33 #ifdef __cplusplus
33 } 34 }
34 #endif 35 #endif