$OpenBSD: patch-include_common_h,v 1.2 2004/09/27 03:10:24 marcm Exp $ --- include/common.h.orig Tue Nov 25 18:07:02 2003 +++ include/common.h Thu Sep 16 08:48:43 2004 @@ -72,6 +72,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);