diff tools/lib64util.h @ 2586:9807ae37ad69

Require stdbool.h, we require C11 now.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Dec 2022 15:59:22 +0200
parents bb44c48cffac
children
line wrap: on
line diff
--- a/tools/lib64util.h	Thu Dec 08 15:56:36 2022 +0200
+++ b/tools/lib64util.h	Thu Dec 08 15:59:22 2022 +0200
@@ -27,12 +27,12 @@
 //
 // Functions
 //
-char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
+char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const bool lng);
 void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent);
 
 void      argShowC64PaletteHelp(FILE *fh);
-void      argShowC64Formats(FILE *fh, const BOOL rw, const BOOL verbose);
-BOOL      argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile);
+void      argShowC64Formats(FILE *fh, const bool rw, const bool verbose);
+bool      argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile);
 
 int       dmHandleExternalPalette(const char *filename, DMPalette **ppal);