| 452 /* This guy does its best to convert a string to UTF-8 from an unknown |
452 /* This guy does its best to convert a string to UTF-8 from an unknown |
| 453 * encoding by checking the locale and trying some sane defaults ... |
453 * encoding by checking the locale and trying some sane defaults ... |
| 454 * if everything fails it returns NULL. */ |
454 * if everything fails it returns NULL. */ |
| 455 char *gaim_try_conv_to_utf8(const char *str); |
455 char *gaim_try_conv_to_utf8(const char *str); |
| 456 char *gaim_getip_from_fd(int fd); |
456 char *gaim_getip_from_fd(int fd); |
| |
457 gint gaim_utf8_strcasecmp(const gchar *a, const gchar *b); |
| 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 *); |