--- a/src/gaim.h Wed May 29 00:24:41 2002 +0000 +++ b/src/gaim.h Wed May 29 01:23:38 2002 +0000 @@ -345,6 +345,8 @@ /* Functions in conversation.c */ extern void write_to_conv(struct conversation *, char *, int, char *, time_t, int); extern struct conversation *find_conversation(char *); +extern void set_anim(); +extern void set_blist_tab(); /* Functions in dialogs.c */ extern void g_show_info_text(struct gaim_connection *, char *, int, char *, ...);