summaryrefslogtreecommitdiff
path: root/http-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'http-internal.h')
-rw-r--r--http-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/http-internal.h b/http-internal.h
index 72016a01..3bf16b5b 100644
--- a/http-internal.h
+++ b/http-internal.h
@@ -105,6 +105,8 @@ struct evhttp_connection {
struct event_base *base;
struct evdns_base *dns_base;
int ai_family;
+
+ evhttp_ext_method_cb ext_method_cmp;
};
/* A callback for an http server */
@@ -175,6 +177,8 @@ struct evhttp {
void *newreqcbarg;
struct event_base *base;
+
+ evhttp_ext_method_cb ext_method_cmp;
};
/* XXX most of these functions could be static. */