From 3470df6774e8c22a824a104dc41ecc405c40e0f2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 16 Jan 2022 16:39:51 +0100 Subject: Add yet more const string types --- include/mach_debug/mach_debug_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mach_debug/mach_debug_types.h') diff --git a/include/mach_debug/mach_debug_types.h b/include/mach_debug/mach_debug_types.h index c8db227c..2a204065 100644 --- a/include/mach_debug/mach_debug_types.h +++ b/include/mach_debug/mach_debug_types.h @@ -36,6 +36,7 @@ #include typedef char symtab_name_t[32]; +typedef const char *symtab_name_t; /* * A fixed-length string data type intended for names given to -- cgit v1.2.3