aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index d5b3d3ce..715e78d9 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -153,6 +153,7 @@ void replace_tempfile(int fdin, int fdout, char **tempname);
void crc_init(unsigned int *crc_table, int little_endian);
int terminal_size(unsigned *x, unsigned *y);
int yesno(char *prompt, int def);
+int human_readable(char *buf, unsigned long long num);
// net.c
int xsocket(int domain, int type, int protocol);