Update 2005-12-04

This commit is contained in:
Eric Petit
2006-01-12 18:47:30 +00:00
parent 4ac92bd6d0
commit 6fb3416215
7 changed files with 634 additions and 85 deletions

View File

@@ -43,6 +43,9 @@
gboolean
strbool(const char *str);
char *
readablesize(guint64 size, int decimals);
gboolean
mkdir_p(const char *name, mode_t mode);