src/ui.h

changeset 2993
0340d0a8b810
parent 2986
d5cb5d01e2a0
child 3033
1f078ab46e76
--- a/src/ui.h	Sat Mar 02 01:37:01 2002 +0000
+++ b/src/ui.h	Sat Mar 02 04:52:21 2002 +0000
@@ -153,7 +153,10 @@
 	GtkWidget *sep2;
 	GtkWidget *menu;
 	GtkWidget *check;
+	GtkWidget *progress;
 	gint unseen;
+	guint typing_timeout;
+	time_t type_again;
 
 	/* stuff used just for chat */
         GList *in_room;
@@ -399,6 +402,9 @@
 extern void update_convo_font();
 extern void set_hide_icons();
 extern void set_convo_titles();
+extern void update_progress(struct conversation *, float);
+extern void show_typing(struct conversation *);
+extern gboolean reset_typing(char *);
 
 /* Functions in dialogs.c */
 extern void alias_dialog_bud(struct buddy *);

mercurial