comparison 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
comparison
equal deleted inserted replaced
4649:f04e2a5b637a 4650:4938d12f6d48
452 extern const char *handle_uri(char *); 452 extern const char *handle_uri(char *);
453 /* This guy does its best to convert a string to UTF-8 from an unknown 453 /* This guy does its best to convert a string to UTF-8 from an unknown
454 * encoding by checking the locale and trying some sane defaults ... 454 * encoding by checking the locale and trying some sane defaults ...
455 * if everything fails it returns NULL. */ 455 * if everything fails it returns NULL. */
456 char *gaim_try_conv_to_utf8(const char *str); 456 char *gaim_try_conv_to_utf8(const char *str);
457 char *gaim_getip_from_fd(int fd);
457 458
458 /* Functions in log.h */ 459 /* Functions in log.h */
459 extern FILE *open_log_file (const char *, int); 460 extern FILE *open_log_file (const char *, int);
460 extern void system_log(enum log_event, struct gaim_connection *, struct buddy *, int); 461 extern void system_log(enum log_event, struct gaim_connection *, struct buddy *, int);
461 extern void rm_log(struct log_conversation *); 462 extern void rm_log(struct log_conversation *);