aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-08-02 16:33:25 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-08-02 16:33:25 -0400
commitfdc6c1310be60fbeb597400618473861f78676de (patch)
tree201d14d77f7f944545809bff02ae45fc826bb7e7 /include/urweb/types.h
parent722b0c632007ac6ea178b05695974e447b4288a3 (diff)
Basis.getenv
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 *);