openbsd-ports/sysutils/nut/patches/patch-include_common_h
mbalmer 903d6ac650 Update to nut ver. 2.2.1.
requested by and ok henning
2008-01-30 20:55:59 +00:00

14 lines
541 B
Plaintext

$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);