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