Skip to content
Snippets Groups Projects
Commit f1eb7270 authored by edgrif's avatar edgrif
Browse files

Change param to zMapConfigCreateFromFile() to just take a path.

parent c86beecc
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@
*
* Description:
* HISTORY:
* Last edited: Feb 3 16:20 2005 (edgrif)
* Last edited: Feb 9 10:48 2005 (edgrif)
* Created: Fri Jan 23 13:10:06 2004 (edgrif)
* CVS info: $Id: zmapConfig.h,v 1.7 2005-02-03 16:40:35 edgrif Exp $
* CVS info: $Id: zmapConfig.h,v 1.8 2005-02-10 16:33:23 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_CONFIG_H
......@@ -146,7 +146,7 @@ typedef struct _ZMapConfigStanzaStruct *ZMapConfigStanza ;
ZMapConfig zMapConfigCreate(void) ;
ZMapConfig zMapConfigCreateFromFile(char *config_dir, char *config_file) ;
ZMapConfig zMapConfigCreateFromFile(char *config_file_path) ;
ZMapConfigStanzaElement zMapConfigFindStruct(ZMapConfigStanzaElementStruct elements[],
char *element_name) ;
......
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