src/core.h

changeset 3510
eb451ec1bf1c
parent 3484
591ff9fc19ce
child 3517
ef03be2348a5
--- a/src/core.h	Sat Sep 14 19:37:29 2002 +0000
+++ b/src/core.h	Sat Sep 14 23:27:28 2002 +0000
@@ -64,6 +64,7 @@
 	char iconfile[256];
 
 	struct gaim_connection *gc;
+	gboolean connecting;
 };
 	
 enum gaim_event {
@@ -98,6 +99,7 @@
 	event_chat_send_invite,
 	event_got_typing,
 	event_del_conversation,
+	event_connecting,
 	/* any others? it's easy to add... */
 };
 

mercurial