patch-include_common_h 537 B

1234567891011121314
  1. $OpenBSD: patch-include_common_h,v 1.7 2017/01/16 00:12:15 jca Exp $
  2. --- include/common.h.orig Tue Dec 29 13:08:34 2015
  3. +++ include/common.h Sun Jan 15 23:54:35 2017
  4. @@ -89,6 +89,9 @@ void syslogbit_set(void);
  5. /* Return the default path for the directory containing configuration files */
  6. const char * confpath(void);
  7. +/* return a config path for the CGIs so they can be kept seperate */
  8. +const char * cgiconfpath(void);
  9. +
  10. /* Return the default path for the directory containing state files */
  11. const char * dflt_statepath(void);