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@pobox.sk> 00008 * Copyright (c) 2001-2002 Platon SDG, http://www.platon.sk/ 00009 * All rights reserved. 00010 * 00011 * See README file for more information about this software. 00012 * See COPYING file for license information. 00013 * 00014 * Download the latest version from 00015 * http://www.platon.sk/projects/libcfg+/ 00016 */ 00017 00018 /* $Id: cfgfile.h,v 1.5 2002/04/21 10:08:40 jombik9 Exp $ */ 00019 00028 #ifndef _PLATON_CFG_CFGFILE_H 00029 #define _PLATON_CFG_CFGFILE_H 00030 00041 int cfg_cfgfile_get_next_opt(const CFG_CONTEXT con); 00042 00043 #endif /* _PLATON_CFG_CFGFILE_H */ 00044