$OpenBSD: patch-include_common_h,v 1.5 2008/01/30 20:55:59 mbalmer Exp $ --- include/common.h.orig Sun May 27 16:07:56 2007 +++ include/common.h Wed Aug 1 12:59:20 2007 @@ -82,6 +82,9 @@ void syslogbit_set(void); /* Return the default path for the directory containing configuration files */ const char * confpath(void); +/* return a config path for the CGIs so they can be kept seperate */ +const char * cgiconfpath(void); + /* Return the default path for the directory containing state files */ const char * dflt_statepath(void);