summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2015-09-10 11:46:17 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2015-09-10 11:46:30 +0300
commit714fc70500c4b94e58c930c62f9dabd8fe7478b8 (patch)
tree5b7713f6b9de657bc147cdc4602a775908965103 /include
parenta0f308da99e889acadfe7486419295fc4b5c6e8a (diff)
downloadlibevent-714fc70500c4b94e58c930c62f9dabd8fe7478b8.tar.gz
http: export evhttp_connection_set_family()
Fixes #176
Diffstat (limited to 'include')
-rw-r--r--include/event2/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/event2/http.h b/include/event2/http.h
index cdf65ec5..09fd8e1c 100644
--- a/include/event2/http.h
+++ b/include/event2/http.h
@@ -633,6 +633,7 @@ struct evhttp_connection *evhttp_connection_base_new(
/**
* Set family hint for DNS requests.
*/
+EVENT2_EXPORT_SYMBOL
void evhttp_connection_set_family(struct evhttp_connection *evcon,
int family);