diff src/util.h @ 5826:bd0d0e89cac3

[gaim-migrate @ 6256] You can once again set your buddy icon. Of course, you* haven't been using CVS, so you've always been able to set your buddy icon. * Gaim developers not applicable committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 10 Jun 2003 01:09:26 +0000
parents 9eb5b13fd412
children 059d95c67cda
line wrap: on
line diff
--- a/src/util.h	Mon Jun 09 20:34:58 2003 +0000
+++ b/src/util.h	Tue Jun 10 01:09:26 2003 +0000
@@ -344,4 +344,11 @@
  */
 gchar *gaim_strreplace(const gchar *string, const gchar *delimiter, const gchar *replacement);
 
+/**
+ * Returns a string representing a filesize in the appropriate units (MB, KB, GB, etc.)
+ *
+ * @param size The size
+ */
+char *gaim_get_size_string(size_t size);
+
 #endif /* _GAIM_UTIL_H_ */