summaryrefslogtreecommitdiff
path: root/ipc/ipc_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_hash.h')
-rw-r--r--ipc/ipc_hash.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipc/ipc_hash.h b/ipc/ipc_hash.h
index 6db3f65b..5758e7a3 100644
--- a/ipc/ipc_hash.h
+++ b/ipc/ipc_hash.h
@@ -48,7 +48,10 @@ ipc_hash_init();
#include <mach_debug/hash_info.h>
-extern unsigned int ipc_hash_info(hash_info_bucket_t *, unsigned int);
+typedef natural_t ipc_hash_index_t;
+
+extern ipc_hash_index_t ipc_hash_info(hash_info_bucket_t *,
+ mach_msg_type_number_t);
#endif /* MACH_IPC_DEBUG */