diff -r 0b3f2fcc19ad -r 1da93f6c80f3 src/gaim.h --- a/src/gaim.h Sat Mar 15 22:22:39 2003 +0000 +++ b/src/gaim.h Sun Mar 16 00:01:49 2003 +0000 @@ -454,6 +454,7 @@ * if everything fails it returns NULL. */ char *gaim_try_conv_to_utf8(const char *str); char *gaim_getip_from_fd(int fd); +gint gaim_utf8_strcasecmp(const gchar *a, const gchar *b); /* Functions in log.h */ extern FILE *open_log_file (const char *, int);