| 588 extern struct window_size conv_size, buddy_chat_size; |
588 extern struct window_size conv_size, buddy_chat_size; |
| 589 extern char latest_ver[25]; |
589 extern char latest_ver[25]; |
| 590 |
590 |
| 591 /* Functions in about.c */ |
591 /* Functions in about.c */ |
| 592 extern void show_about(GtkWidget *, void *); |
592 extern void show_about(GtkWidget *, void *); |
| |
593 extern void gaim_help(GtkWidget *, void *); |
| 593 |
594 |
| 594 |
595 |
| 595 /* Functions in buddy_chat.c */ |
596 /* Functions in buddy_chat.c */ |
| 596 extern void join_chat(); |
597 extern void join_chat(); |
| 597 extern void chat_write(struct conversation *, char *, int, char *, time_t); |
598 extern void chat_write(struct conversation *, char *, int, char *, time_t); |