Fix wrong output when nesting $combine-s
[monky] / src / fs.h
index d8e1bf8..0c93c8e 100644 (file)
--- a/src/fs.h
+++ b/src/fs.h
@@ -20,6 +20,14 @@ struct text_object;
 
 void init_fs_bar(struct text_object *, const char *);
 void print_fs_bar(struct text_object *, int, char *, int);
+
+void init_fs(struct text_object *, const char *);
+void print_fs_perc(struct text_object *, int, char *, int);
+void print_fs_free(struct text_object *, char *, int);
+void print_fs_size(struct text_object *, char *, int);
+void print_fs_used(struct text_object *, char *, int);
+void print_fs_type(struct text_object *, char *, int);
+
 void update_fs_stats(void);
 struct fs_stat *prepare_fs_stat(const char *path);
 void clear_fs_stats(void);