]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Committed memory debugging stuff.
[wget] / src / utils.h
index e4ac6f1da8e4750c351877d259a198bfbe21216b..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 *));
@@ -82,4 +86,6 @@ char *legible_very_long PARAMS ((VERY_LONG_TYPE));
 int numdigit PARAMS ((long));
 void long_to_string PARAMS ((char *, long));
 
+char *html_quote_string PARAMS ((const char *));
+
 #endif /* UTILS_H */