cmd.c
changeset 13 88315b883803
parent 11 fafc922963f5
child 15 891fc0779d50
equal deleted inserted replaced
12:bc6d4169afdb 13:88315b883803
    31 #include <mcabber/settings.h>
    31 #include <mcabber/settings.h>
    32 #include <mcabber/hbuf.h>
    32 #include <mcabber/hbuf.h>
    33 #include <mcabber/xmpp.h>
    33 #include <mcabber/xmpp.h>
    34 #include <mcabber/roster.h>
    34 #include <mcabber/roster.h>
    35 
    35 
    36 #include "config.h"
       
    37 
       
    38 typedef struct {
    36 typedef struct {
    39 	gchar      *jid;
    37 	gchar      *jid;
    40 	GString    *input;
    38 	GString    *input;
    41 	gchar      *subject;
    39 	gchar      *subject;
    42 	guint       seq;
    40 	guint       seq;