comparison libpurple/protocols/msn/session.h @ 21102:f387e8c671a4

propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f) to branch 'im.pidgin.cpw.khc.msnp14.soap' (head ad5838522d44d037dc333469f1ab6df844ca1875)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 24 Oct 2007 02:48:32 +0000
parents 66921a5c9ae9
children 23fef20a0ef2
comparison
equal deleted inserted replaced
21005:fcce0bf2a279 21102:f387e8c671a4
124 unsigned long sl; 124 unsigned long sl;
125 char *file; 125 char *file;
126 char *client_ip; 126 char *client_ip;
127 int client_port; 127 int client_port;
128 } passport_info; 128 } passport_info;
129
130 GHashTable *soap_table;
131 int soap_cleanup_handle;
129 }; 132 };
130 133
131 /** 134 /**
132 * Creates an MSN session. 135 * Creates an MSN session.
133 * 136 *