From 714fc70500c4b94e58c930c62f9dabd8fe7478b8 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 10 Sep 2015 11:46:17 +0300 Subject: http: export evhttp_connection_set_family() Fixes #176 --- include/event2/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.1