diff libpurple/protocols/yahoo/yahoo.h @ 25014:11e2d8a878b0

Close p2p connection when read() does not return anything.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Fri, 13 Jun 2008 11:04:13 +0000
parents 9b16249bfbe6
children d11d1ac96a0d
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.h	Mon Jun 09 08:08:21 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Fri Jun 13 11:04:13 2008 +0000
@@ -120,6 +120,7 @@
 	int session_id;
 	char *host_username;
 	int val_13;
+	guint input_event;
 };
 
 struct _YchtConn;