summaryrefslogtreecommitdiffstats
path: root/include/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 38a469bb53..a9b82a2f6c 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -706,6 +706,8 @@ struct htaccess_result {
int override;
/** the override options allowed for the .htaccess file */
int override_opts;
+ /** Table of allowed directives for override */
+ apr_table_t *override_list;
/** the configuration directives */
struct ap_conf_vector_t *htaccess;
/** the next one, or NULL if no more; N.B. never change this */