diff libpurple/util.h @ 32752:5525312cf589

Upgrade PurpleXfer for a 64-bit world. Prpls and UIs still need to handle this properly though. Refs #1185. Refs #8477.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 16 Oct 2011 04:38:12 +0000
parents 4c64383f05cc
children 4a34689eeb33
line wrap: on
line diff
--- a/libpurple/util.h	Sun Oct 16 03:03:39 2011 +0000
+++ b/libpurple/util.h	Sun Oct 16 04:38:12 2011 +0000
@@ -1091,7 +1091,7 @@
  *
  * @return The string in units form. This must be freed.
  */
-char *purple_str_size_to_units(size_t size);
+char *purple_str_size_to_units(goffset size);
 
 /**
  * Converts seconds into a human-readable form.