templatecmd.c
changeset 1 9eb794ebef85
parent 0 1c4eb7aed6c2
child 5 c403a516dc04
equal deleted inserted replaced
0:1c4eb7aed6c2 1:9eb794ebef85
    19 #include <glib.h>
    19 #include <glib.h>
    20 #include <gmodule.h>
    20 #include <gmodule.h>
    21 #include <stdlib.h>
    21 #include <stdlib.h>
    22 #include <string.h>
    22 #include <string.h>
    23 
    23 
    24 #include "compl.h"
    24 #include <mcabber/compl.h>
    25 #include "commands.h"
    25 #include <mcabber/commands.h>
    26 #include "utils.h"
    26 #include <mcabber/utils.h>
    27 #include "logprint.h"
    27 #include <mcabber/logprint.h>
    28 
    28 
    29 typedef struct {
    29 typedef struct {
    30 	gchar    *name;
    30 	gchar    *name;
    31 	gchar    *template;
    31 	gchar    *template;
    32 	int       maxarg;
    32 	int       maxarg;