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);