comparison libpurple/protocols/silc/silcpurple.h @ 31449:1c660ba17ba1

propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e) to branch 'im.pidgin.cpw.qulogic.cairo' (head 4ab0199887f74442673fd46dcbb662bc7f070bc4)
author Marcus Lundblad <ml@update.uu.se>
date Sun, 21 Nov 2010 20:30:12 +0000
parents 1cdae196aac8
children a9f13cb4e945
comparison
equal deleted inserted replaced
31448:9a705087d64e 31449:1c660ba17ba1
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,