From c4ecaf21d59671ac7ec0bd26bd2c346c98c7771c Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Thu, 9 Dec 2010 21:54:17 +0100 Subject: partx: complete rewrite Co-Author: Karel Zak Signed-off-by: Davidlohr Bueso Signed-off-by: Karel Zak --- include/strutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/strutils.h') diff --git a/include/strutils.h b/include/strutils.h index 31cf80603..462332d95 100644 --- a/include/strutils.h +++ b/include/strutils.h @@ -26,5 +26,6 @@ static inline void xstrncpy(char *dest, const char *src, size_t n) } extern void strmode(mode_t mode, char *str); +extern char *size_to_human_string(uint64_t bytes); #endif -- cgit v1.2.3-55-g7522