]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Committed memory debugging stuff.
[wget] / src / utils.h
index 8e750b400de5337bf24ec31e26442120783cc2ae..4128ca73a1036c3c83b76413be7f7870f8d56de2 100644 (file)
@@ -42,6 +42,10 @@ struct file_memory {
 char *time_str PARAMS ((time_t *));
 const char *uerrmsg PARAMS ((uerr_t));
 
+#ifdef DEBUG_MALLOC
+void print_malloc_debug_stats ();
+#endif
+
 char *strdupdelim PARAMS ((const char *, const char *));
 char **sepstring PARAMS ((const char *));
 int frontcmp PARAMS ((const char *, const char *));