X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=df.h;h=390134d4cf345e73d7088d7c389cad02869490c4;hp=d89531faff96e3c64341bdac8b5d0fd0aefe92b4;hb=HEAD;hpb=985ee856a76b6cf415b2342dcfb44ac9192e5483;ds=sidebyside diff --git a/df.h b/df.h index d89531f..390134d 100644 --- 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; @@ -6,4 +7,5 @@ struct disk_space { }; int get_disk_space(const char *path, struct disk_space *result); +void log_disk_space(struct disk_space *ds);