chiark / gitweb /
journal: automatically deduce journal metrics from file system sizes
[elogind.git] / src / util.h
index ac2ec8c35108e4c20fa6e73776b878fb8a91993e..7f25788b3f9af2d22f2e1c8f10bd1dff0fd7ff09 100644 (file)
@@ -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