"list graphs" action: Re-implement "print_host_list".
[collection4.git] / src / common.h
index 2b5662f..ad589e7 100644 (file)
@@ -20,5 +20,8 @@ int ds_list_from_rrd_file (char *file,
 
 uint32_t get_random_color (void);
 
+char *strtolower (char *str);
+char *strtolower_copy (const char *str);
+
 #endif /* COMMON_H */
 /* vim: set sw=2 sts=2 et fdm=marker : */