diff options
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ void mgDebug (int level, const char *fmt, ...); void mgDebug (const char *fmt, ...); void mgWarning (const char *fmt, ...); void mgError (const char *fmt, ...); +int msprintf(char **strp, const char *fmt, ...); //@} #ifdef DEBUG |