diff src/ui.h @ 3768:f53370197bb9

[gaim-migrate @ 3907] Tri-state typing notification (typing, typed, and no longer typing) by Nathan D. Walp committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 20 Oct 2002 19:38:36 +0000
parents 599194293ee5
children aed40c72c818
line wrap: on
line diff
--- a/src/ui.h	Sun Oct 20 19:08:21 2002 +0000
+++ b/src/ui.h	Sun Oct 20 19:38:36 2002 +0000
@@ -419,7 +419,7 @@
 extern void set_hide_icons();
 extern void set_convo_titles();
 extern void update_progress(struct conversation *, float);
-extern void show_typing(struct conversation *);
+extern void update_convo_status(struct conversation *, int);
 extern gboolean reset_typing(char *);
 extern void set_anim();