summaryrefslogtreecommitdiff
path: root/include/event2/http_compat.h
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-05-10 06:32:53 +0000
committerNiels Provos <provos@gmail.com>2008-05-10 06:32:53 +0000
commit7bbe185b0e54f3d3228ed7e17c78ed3c5ec05836 (patch)
tree8959a52635018a7cc0698814c75e60f63c7d2a56 /include/event2/http_compat.h
parent950af186791c01636fe37ef8c3720154e48f975c (diff)
downloadlibevent-7bbe185b0e54f3d3228ed7e17c78ed3c5ec05836.tar.gz
evhttp_request_uri -> evhttp_request_get_uri
svn:r805
Diffstat (limited to 'include/event2/http_compat.h')
-rw-r--r--include/event2/http_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/event2/http_compat.h b/include/event2/http_compat.h
index 9c792eb7..266e3839 100644
--- a/include/event2/http_compat.h
+++ b/include/event2/http_compat.h
@@ -84,6 +84,9 @@ void evhttp_connection_set_base(struct evhttp_connection *evcon,
struct event_base *base);
+/** Returns the request URI */
+#define evhttp_request_uri evhttp_request_get_uri
+
#ifdef __cplusplus
}
#endif