cmd.c
changeset 8 5771827a4976
parent 7 08aba7a38618
child 11 fafc922963f5
equal deleted inserted replaced
7:08aba7a38618 8:5771827a4976
    23 #include <glib.h>
    23 #include <glib.h>
    24 #include <gmodule.h>
    24 #include <gmodule.h>
    25 #include <unistd.h>
    25 #include <unistd.h>
    26 #include <errno.h>
    26 #include <errno.h>
    27 
    27 
    28 #include "commands.h"
    28 #include <mcabber/commands.h>
    29 #include "logprint.h"
    29 #include <mcabber/logprint.h>
    30 #include "utils.h"
    30 #include <mcabber/utils.h>
    31 #include "settings.h"
    31 #include <mcabber/settings.h>
    32 #include "hbuf.h"
    32 #include <mcabber/hbuf.h>
    33 #include "xmpp.h"
    33 #include <mcabber/xmpp.h>
    34 #include "roster.h"
    34 #include <mcabber/roster.h>
    35 
    35 
    36 typedef struct {
    36 typedef struct {
    37 	gchar      *jid;
    37 	gchar      *jid;
    38 	GString    *input;
    38 	GString    *input;
    39 	gchar      *subject;
    39 	gchar      *subject;