include/config.h
changeset 58 500a5ea7fcb8
parent 11 a769385a59c6
equal deleted inserted replaced
57:ca4e10daa1c9 58:500a5ea7fcb8
     9 
     9 
    10 struct UserConfig {
    10 struct UserConfig {
    11     char *nick;
    11     char *nick;
    12     char *pass;
    12     char *pass;
    13     char *server;
    13     char *server;
    14     int port;
    14     char *port;
    15     char *topic;
    15     char *topic;
    16     char *channel;
    16     char *channel;
    17 };
    17 };
    18 
    18 
    19 typedef struct UserConfig UC;
    19 typedef struct UserConfig UC;