diff src/gaim.h @ 4650:4938d12f6d48

[gaim-migrate @ 4961] This is mostly just me cleaning up some of my mess. The one important change is... I set what is believed to be the UTF8 capability flag for ICQ. I'm hoping this will tell ICQ2002 and more recent that we are able to accept UTF8 messages. Please test this and let us know what happens. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 05 Mar 2003 05:10:47 +0000
parents 4b1e24835bbf
children 283fb289c510
line wrap: on
line diff
--- a/src/gaim.h	Tue Mar 04 21:38:05 2003 +0000
+++ b/src/gaim.h	Wed Mar 05 05:10:47 2003 +0000
@@ -454,6 +454,7 @@
  * encoding by checking the locale and trying some sane defaults ...
  * if everything fails it returns NULL. */
 char *gaim_try_conv_to_utf8(const char *str);
+char *gaim_getip_from_fd(int fd);
 
 /* Functions in log.h */
 extern FILE *open_log_file (const char *, int);