libpurple/protocols/qq/group_conv.c

changeset 18273
e61c53184c52
parent 16271
9605b8b1c673
child 19859
71d37b57eff2
equal deleted inserted replaced
18272:85d0d58f02bd 18273:e61c53184c52
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include <glib.h> 25 #include <glib.h>
26 #include "qq.h"
27
26 #include "conversation.h" 28 #include "conversation.h"
27 29
28 #include "buddy_status.h" 30 #include "buddy_status.h"
29 #include "group_conv.h" 31 #include "group_conv.h"
30 #include "qq.h"
31 #include "utils.h" 32 #include "utils.h"
32 33
33 /* show group conversation window */ 34 /* show group conversation window */
34 void qq_group_conv_show_window(PurpleConnection *gc, qq_group *group) 35 void qq_group_conv_show_window(PurpleConnection *gc, qq_group *group)
35 { 36 {

mercurial