diff src/util.h @ 9642:8901ef16f310

[gaim-migrate @ 10490] Some changes that don't affect anything. Ethan might want to do something with this function? I'm too lazy to read the gaim-devel emails in detail. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 02 Aug 2004 03:33:00 +0000
parents 66b3f54527e6
children ed3bbf36de75
line wrap: on
line diff
--- a/src/util.h	Mon Aug 02 03:24:11 2004 +0000
+++ b/src/util.h	Mon Aug 02 03:33:00 2004 +0000
@@ -666,7 +666,7 @@
  *
  * @return The UTF-8 string, or @c NULL if it could not be converted.
  */
-char *gaim_utf8_try_convert(const char *str);
+gchar *gaim_utf8_try_convert(const char *str);
 
 /**
  * Compares two UTF-8 strings.