comparison 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
comparison
equal deleted inserted replaced
25013:ef47df3e5dd4 25014:11e2d8a878b0
118 PurpleConnection *gc; 118 PurpleConnection *gc;
119 char *host_ip; 119 char *host_ip;
120 int session_id; 120 int session_id;
121 char *host_username; 121 char *host_username;
122 int val_13; 122 int val_13;
123 guint input_event;
123 }; 124 };
124 125
125 struct _YchtConn; 126 struct _YchtConn;
126 127
127 struct yahoo_data { 128 struct yahoo_data {