summaryrefslogtreecommitdiff
path: root/include/mimalloc-internal.h
diff options
context:
space:
mode:
authordaan <daanl@outlook.com>2019-08-11 16:38:58 -0700
committerdaan <daanl@outlook.com>2019-08-11 16:38:58 -0700
commitf35c2c5201ff762effd9d37e3858ac552c9a2983 (patch)
tree1ada09458a044887f2d7770e2a13b791cbe01ef6 /include/mimalloc-internal.h
parent0c912445c43ed6dd8a255cc9c7d4ccbff7a6a5aa (diff)
improve message printing from redirection module
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r--include/mimalloc-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h
index 151cd00..4272038 100644
--- a/include/mimalloc-internal.h
+++ b/include/mimalloc-internal.h
@@ -22,6 +22,7 @@ terms of the MIT license. A copy of the license can be found in the file
// "options.c"
+void _mi_fputs(FILE* out, const char* prefix, const char* message);
void _mi_fprintf(FILE* out, const char* fmt, ...);
void _mi_error_message(const char* fmt, ...);
void _mi_warning_message(const char* fmt, ...);