http: export evhttp_connection_set_family()

Fixes #176
This commit is contained in:
Azat Khuzhin 2015-09-10 11:46:17 +03:00
parent a0f308da99
commit 714fc70500

View File

@ -633,6 +633,7 @@ struct evhttp_connection *evhttp_connection_base_new(
/** /**
* Set family hint for DNS requests. * Set family hint for DNS requests.
*/ */
EVENT2_EXPORT_SYMBOL
void evhttp_connection_set_family(struct evhttp_connection *evcon, void evhttp_connection_set_family(struct evhttp_connection *evcon,
int family); int family);