summaryrefslogtreecommitdiff
path: root/include/urweb/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/urweb/types.h')
-rw-r--r--include/urweb/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb/types.h b/include/urweb/types.h
index be7edb32..4b57ae0d 100644
--- a/include/urweb/types.h
+++ b/include/urweb/types.h
@@ -97,6 +97,7 @@ typedef struct {
int (*check_mime)(const char *);
int (*check_requestHeader)(const char *);
int (*check_responseHeader)(const char *);
+ int (*check_envVar)(const char *);
void (*on_error)(uw_context, char *);