ports/sysutils/nut/patches/patch-include_common_h

14 lines
444 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: include/common.h
--- include/common.h.orig
+++ include/common.h
@@ -138,6 +138,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);