From 7063f0aefd8a8c3c8b610ef6168cddfb2141fa12 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 24 Nov 2022 15:53:40 -0500 Subject: mig: replace boolean.h with stdbool.h Message-Id: --- utils.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 64e2ebf..4be4f4c 100644 --- a/utils.h +++ b/utils.h @@ -77,16 +77,16 @@ extern void WriteStructDecl(FILE *file, const argument_t *args, const char *name); extern void WriteStaticDecl(FILE *file, const ipc_type_t *it, - dealloc_t dealloc, boolean_t longform, - boolean_t is_server, boolean_t inname, + dealloc_t dealloc, bool longform, + bool is_server, bool inname, identifier_t name); extern void WriteCopyType(FILE *file, const ipc_type_t *it, const char *left, const char *right, ...); extern void WritePackMsgType(FILE *file, const ipc_type_t *it, - dealloc_t dealloc, boolean_t longform, - boolean_t inname, const char *left, + dealloc_t dealloc, bool longform, + bool inname, const char *left, const char *right, ...); #endif /* _UTILS_H */ -- cgit v1.2.3