git-annex/Utility/diskfree.h
Joey Hess e38a839a80 Rewrote free disk space checking code
Moving the portability handling into a small C library cleans up things
a lot, avoiding the pain of unpacking structs from inside haskell code.
2012-03-22 17:32:47 -04:00

1 line
51 B
C

unsigned long long int diskfree(const char *path);