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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb/types_cpp.h b/include/urweb/types_cpp.h
index 77e4c611..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 *);
@@ -127,6 +128,7 @@ typedef struct {
typedef struct uw_Sqlcache_Value {
char *result;
char *output;
+ char *scriptOutput;
unsigned long timeValid;
} uw_Sqlcache_Value;