00001 enum 00002 { 00003 LP_IDENT_PASS = 1, 00004 LP_IDENT_SERVICES 00005 }; 00006 00007 typedef struct __lp_config 00008 { 00009 GList *servers; 00010 GList *users; 00011 GList *records; 00012 GList *rsslist; 00013 int ident_method; 00014 char* ident_to; 00015 int rss_interval; 00016 } lp_config; 00017 00018 int parseConfig(char *docname); 00019 void lp_config_free(lp_config *cfg);