]> git.tuebingen.mpg.de Git - dss.git/blobdiff - df.h
Fix --config-file for relative paths.
[dss.git] / df.h
diff --git a/df.h b/df.h
index d89531faff96e3c64341bdac8b5d0fd0aefe92b4..390134d4cf345e73d7088d7c389cad02869490c4 100644 (file)
--- a/df.h
+++ b/df.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 struct disk_space {
        unsigned total_mb;
        unsigned free_mb;
 struct disk_space {
        unsigned total_mb;
        unsigned free_mb;
@@ -6,4 +7,5 @@ struct disk_space {
 };
 
 int get_disk_space(const char *path, struct disk_space *result);
 };
 
 int get_disk_space(const char *path, struct disk_space *result);
+void log_disk_space(struct disk_space *ds);