summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 1e479398..91089ef3 100644
--- a/include/types.h
+++ b/include/types.h
@@ -90,6 +90,8 @@ typedef struct {
uw_Basis_string (*cookie_sig)(uw_context);
int (*check_url)(const char *);
int (*check_mime)(const char *);
+ int (*check_requestHeader)(const char *);
+ int (*check_responseHeader)(const char *);
void (*on_error)(uw_context, char *);