summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h8
1 files changed, 4 insertions, 4 deletions
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 */