Mercurial > pidgin.yaz
comparison libpurple/protocols/silc/silcpurple.h @ 31315:23be655cc688
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
to branch 'im.pidgin.soc.2010.msn-tlc' (head 20ad1c813e2b512df4a065dda88f3cfa732463a3)
author | masca@cpw.pidgin.im |
---|---|
date | Wed, 15 Sep 2010 17:34:21 +0000 |
parents | 1cdae196aac8 |
children | a9f13cb4e945 |
comparison
equal
deleted
inserted
replaced
31311:4b1eecab50e8 | 31315:23be655cc688 |
---|---|
83 char *motd; | 83 char *motd; |
84 PurpleRoomlist *roomlist; | 84 PurpleRoomlist *roomlist; |
85 SilcMimeAssembler mimeass; | 85 SilcMimeAssembler mimeass; |
86 unsigned int detaching : 1; | 86 unsigned int detaching : 1; |
87 unsigned int resuming : 1; | 87 unsigned int resuming : 1; |
88 unsigned int roomlist_canceled : 1; | 88 unsigned int roomlist_cancelled : 1; |
89 unsigned int chpk : 1; | 89 unsigned int chpk : 1; |
90 } *SilcPurple; | 90 } *SilcPurple; |
91 | 91 |
92 | 92 |
93 void silc_say(SilcClient client, SilcClientConnection conn, | 93 void silc_say(SilcClient client, SilcClientConnection conn, |