/* $Id: config.h,v 1.2 2006/09/16 12:17:17 maxim Exp $ * */ #ifndef CONFIG_H #define CONFIG_H #include "httpd.h" extern Config* config; int readConfig(int argc, char** argv); Config* freeConfig(Config* config); #if SUPPORT_ACCESS char refreshPasswd(Access* access); #endif #endif