X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Futil.h;h=7f25788b3f9af2d22f2e1c8f10bd1dff0fd7ff09;hb=4f3656e1cec7fe3d7d3537e23a406cb88d734502;hp=ac2ec8c35108e4c20fa6e73776b878fb8a91993e;hpb=72f597065c60fbfca501a8d8c29e9a11cb740946;p=elogind.git diff --git a/src/util.h b/src/util.h index ac2ec8c35..7f25788b3 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