summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorMatthew Hambley <lists@aether.demon.co.uk>2004-04-25 11:40:05 +0000
committerMatthew Hambley <lists@aether.demon.co.uk>2004-04-25 11:40:05 +0000
commitd44ab700d065a5ac859df24969a4d993cee122ec (patch)
treeeb67109f3052b0b5beb2b3da5116c55ec36ab954 /utils/utils.h
parent7a06e57bb2a2495c3b3f1b8d63217aec4320de85 (diff)
downloadnetsurf-d44ab700d065a5ac859df24969a4d993cee122ec.tar.gz
netsurf-d44ab700d065a5ac859df24969a4d993cee122ec.tar.bz2
[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
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
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