diff options
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 1 |
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, ...); |