3 /*******************************************************************************/
5 /* gEDA Suite Project Manager */
7 /* Copyright (C) 2002 Piotr Miarecki, sp9rve@eter.ariadna.pl */
9 /* This program is free software; you can redistribute it and/or */
10 /* modify it under the terms of the GNU General Public License */
11 /* as published by the Free Software Foundation version 2. */
13 /* This program is distributed in the hope that it will be useful, */
14 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
15 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
16 /* GNU General Public License for more details. */
18 /* You should have received a copy of the GNU General Public License */
19 /* along with this program; if not, write to the Free Software */
20 /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
22 /*******************************************************************************/
24 #ifndef __CONFIGFILE_H_INCLUDED
25 #define __CONFIGFILE_H_INCLUDED
29 /* public functions */
30 int ConfigOpen(const char *szName
);
31 int ConfigClose(void);
32 int ConfigSection(const char *szName
);
33 int ConfigGetNext(char *szName
, char *szValue
);