From d44ab700d065a5ac859df24969a4d993cee122ec Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Sun, 25 Apr 2004 11:40:05 +0000 Subject: [project @ 2004-04-25 11:40:05 by matthewh] A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803 --- utils/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index 1faef449d..b727b7ca8 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -30,5 +30,6 @@ bool is_dir(const char *path); void regcomp_wrapper(regex_t *preg, const char *regex, int cflags); void clean_cookiejar(void); void unicode_transliterate(unsigned int c, char **r); +char *human_friendly_bytesize(unsigned long bytesize); #endif -- cgit v1.2.3