00001 /* 00002 * libcfg+ - precise command line & config file parsing library 00003 * 00004 * cfgfile.h - config file parsing header file 00005 * ____________________________________________________________ 00006 * 00007 * Developed by Ondrej Jombik <nepto@platon.sk> 00008 * and Lubomir Host <rajo@platon.sk> 00009 * Copyright (c) 2001-2004 Platon SDG, http://platon.sk/ 00010 * All rights reserved. 00011 * 00012 * See README file for more information about this software. 00013 * See COPYING file for license information. 00014 * 00015 * Download the latest version from 00016 * http://platon.sk/projects/libcfg+/ 00017 */ 00018 00019 /* $Platon: libcfg+/src/cfgfile.h,v 1.13 2004/01/12 06:03:09 nepto Exp $ */ 00020 00030 #ifndef _PLATON_CFG_CFGFILE_H 00031 #define _PLATON_CFG_CFGFILE_H 00032 00043 int cfg_cfgfile_get_next_opt(const CFG_CONTEXT con); 00044 00045 #endif /* _PLATON_CFG_CFGFILE_H */ 00046