From fdc6c1310be60fbeb597400618473861f78676de Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 2 Aug 2012 16:33:25 -0400 Subject: Basis.getenv --- include/urweb/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/urweb/types.h') 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 *); -- cgit v1.2.3