openbsd-ports/sysutils/nut/patches/patch-include_common_h
2007-05-18 12:22:45 +00:00

14 lines
541 B
Plaintext

$OpenBSD: patch-include_common_h,v 1.4 2007/05/18 12:22:46 henning Exp $
--- include/common.h.orig Thu Jan 4 21:19:27 2007
+++ include/common.h Thu Jan 18 00:41:09 2007
@@ -81,6 +81,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);