diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-31 02:31:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-31 02:31:54 +0100 |
commit | babfc09177c1e71cec6c1ef9602e265ed40cfe4f (patch) | |
tree | 24da4e0e20fd1e07a0a43ef34989fec6b8eba6cb /src/util.h | |
parent | 3a22a969c5746e24b2fc584b0395fec627f5f4c5 (diff) |
journal: automatically deduce journal metrics from file system sizes
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index ac2ec8c351..7f25788b3f 100644 --- a/src/util.h +++ b/src/util.h @@ -518,4 +518,6 @@ int prot_from_flags(int flags); unsigned long cap_last_cap(void); +char *format_bytes(char *buf, size_t l, off_t t); + #endif |