Add dss.png to .gitignore.
[dss.git] / df.h
diff --git a/df.h b/df.h
index d89531faff96e3c64341bdac8b5d0fd0aefe92b4..156dec1584022de1b5a514c50ec7a42fdf753a22 100644 (file)
--- a/df.h
+++ b/df.h
@@ -6,4 +6,5 @@ struct disk_space {
 };
 
 int get_disk_space(const char *path, struct disk_space *result);
+void log_disk_space(struct disk_space *ds);