comparison src/protocols/msn/switchboard.h @ 5166:cab5cd204956

[gaim-migrate @ 5530] This is that stuff that's supposed to make msn work gooder on OSX. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Apr 2003 18:04:38 +0000
parents 86b0a0243be8
children e2e53316a21d
comparison
equal deleted inserted replaced
5165:f55f87a82311 5166:cab5cd204956
35 char *msguser; 35 char *msguser;
36 int msglen; 36 int msglen;
37 37
38 char *sessid; 38 char *sessid;
39 char *auth; 39 char *auth;
40 uint32_t trId; 40 guint32 trId;
41 int total; 41 int total;
42 char *user; 42 char *user;
43 GSList *txqueue; 43 GSList *txqueue;
44 }; 44 };
45 45