/* dircproxy * Copyright (C) 2000,2001,2002,2003 Scott James Remnant . * Copyright (C) 2004, 2005 Francois Harvey * * cfgfile.h * -- * @(#) $Id: cfgfile.h,v 1.7 2002/12/29 21:30:11 scott Exp $ * * This file is distributed according to the GNU General Public * License. For full details, read the top of 'main.c' or the * file called COPYING that was distributed with this code. */ #ifndef __DIRCPROXY_CFGFILE_H #define __DIRCPROXY_CFGFILE_H /* functions */ extern int cfg_read(const char *, char **, char **, struct globalvars *); #endif /* __DIRCPROXY_CFGFILE_H */