disco.c
changeset 18 47dc571eb408
parent 17 2780d5e74400
child 21 299300f1dd31
equal deleted inserted replaced
17:2780d5e74400 18:47dc571eb408
    21 #include <glib.h>
    21 #include <glib.h>
    22 #include <gmodule.h>
    22 #include <gmodule.h>
    23 #include <loudmouth/loudmouth.h>
    23 #include <loudmouth/loudmouth.h>
    24 #include <string.h>
    24 #include <string.h>
    25 
    25 
    26 #include "commands.h"
    26 #include <mcabber/commands.h>
    27 #include "logprint.h"
    27 #include <mcabber/logprint.h>
    28 #include "utils.h"
    28 #include <mcabber/utils.h>
    29 #include "hooks.h"
    29 #include <mcabber/hooks.h>
    30 #include "xmpp.h"
    30 #include <mcabber/xmpp.h>
    31 #include "compl.h"
    31 #include <mcabber/compl.h>
    32 #include "xmpp_defines.h"
    32 #include <mcabber/xmpp_defines.h>
    33 #include "screen.h"
    33 #include <mcabber/screen.h>
    34 #include "hbuf.h"
    34 #include <mcabber/hbuf.h>
    35 
    35 
    36 #include "disco.h"
    36 #include "disco.h"
    37 
    37 
    38 //
    38 //
    39 // private types
    39 // private types