Skip to content
Snippets Groups Projects
Commit fe8306e5 authored by mh17's avatar mh17
Browse files

updated style config functions

parent 33305a66
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
* HISTORY:
* Last edited: Oct 28 12:14 2008 (edgrif)
* Created: Tue Aug 26 12:39:42 2008 (rds)
* CVS info: $Id: zmapConfigLoader.h,v 1.4 2009-12-03 14:57:25 mh17 Exp $
* CVS info: $Id: zmapConfigLoader.h,v 1.5 2009-12-14 11:45:16 mh17 Exp $
*-------------------------------------------------------------------
*/
......@@ -45,7 +45,9 @@ ZMapConfigIniContext zMapConfigIniContextProvideNamed(char *stanza_name) ;
GList *zMapConfigIniContextGetSources(ZMapConfigIniContext context) ;
GList *zMapConfigIniContextGetNamed(ZMapConfigIniContext context, char *stanza_name) ;
GList *zMapConfigIniContextGetStyleList(ZMapConfigIniContext context, char *styles_list);
GList *zMapConfigIniContextGetStyleList(ZMapConfigIniContext context,char *styles_list_in);
gboolean zMapConfigIniGetStylesFromFile(char *styles_list, char *styles_file, GData **styles_out);
void zMapConfigSourcesFreeList(GList *config_sources_list) ;
void zMapConfigStylesFreeList(GList *config_styles_list) ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment