servers.h

Go to the documentation of this file.
00001 typedef struct __lp_server
00002 {
00003         char *chatname;
00004         char *address;
00005         int port;
00006         char *nick;
00007         char *username;
00008         char *realname;
00009         GList *channels;
00010 
00011         GIOChannel *chan;
00012         int sock;
00013 
00014         int lastpong;
00015         int is_console;
00016 } lp_server;
00017 
00018 int parseServer(xmlDoc *doc, xmlNode *cur);
00019 lp_server *lp_find_server(char *chatname);
00020 void lp_server_free(lp_server *srv);

Generated on Mon May 19 15:36:55 2008 for lpbot by  doxygen 1.5.4