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

removed zmapConfigLoader.h

parent dc88761c
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ ZMap/zmapConfig.h \
ZMap/zmapConfigDir.h \
ZMap/zmapConfigIni.h \
ZMap/zmapConfigKeyboard.h \
ZMap/zmapConfigLoader.h \
ZMap/zmapConfigStrings.h \
ZMap/zmapConfigStanzas.h \
ZMap/zmapConfigStanzaStructs.h \
ZMap/zmapConfigStyleDefaults.h \
ZMap/zmapControl.h \
ZMap/zmapDAS.h \
......
......@@ -29,7 +29,7 @@
* HISTORY:
* Last edited: May 26 14:53 2009 (edgrif)
* Created: Thu Sep 11 10:40:13 2008 (rds)
* CVS info: $Id: zmapConfigIni.h,v 1.8 2009-12-14 16:37:59 mh17 Exp $
* CVS info: $Id: zmapConfigIni.h,v 1.9 2009-12-15 09:21:41 mh17 Exp $
*-------------------------------------------------------------------
*/
......@@ -146,4 +146,7 @@ GList *zMapConfigIniContextGetStyleList(ZMapConfigIniContext context,char *style
gboolean zMapConfigIniGetStylesFromFile(char *styles_list, char *styles_file, GData **styles_out);
void zMapConfigSourcesFreeList(GList *config_sources_list);
void zMapConfigStylesFreeList(GList *config_styles_list);
#endif /* ZMAP_CONFIG_INI_H */
......@@ -29,7 +29,7 @@
* HISTORY:
* Last edited: Nov 19 15:23 2009 (edgrif)
* Created: Wed Jan 11 11:30:39 2006 (rds)
* CVS info: $Id: gffparser.c,v 1.8 2009-12-14 11:42:22 mh17 Exp $
* CVS info: $Id: gffparser.c,v 1.9 2009-12-15 09:19:56 mh17 Exp $
*-------------------------------------------------------------------
*/
......@@ -39,7 +39,7 @@
#include <ZMap/zmapGFF.h>
#include <ZMap/zmapConfigDir.h>
#include <ZMap/zmapConfigIni.h>
#include <ZMap/zmapConfigLoader.h>
typedef struct
{
......
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