summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-06 15:47:07 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-06 15:52:48 -0400
commit42090072c15fedc50231bfbce347d4ffb5432e31 (patch)
tree8cb19a0448d5f702ef55e58dc9303ff99f4a9cfb /include
parentc51826ff50fe030f734a1b1687949e1fb621ea67 (diff)
downloadlibevent-42090072c15fedc50231bfbce347d4ffb5432e31.tar.gz
Move the "function to getsockname() on a listener" to regress_testutils
This reverts commit fab50488fcb741884ccdfa7b83643eac3e5c9cbf. The function was, on reflection, not important enough to break the feature freeze, since it's trivial to build on your own.
Diffstat (limited to 'include')
-rw-r--r--include/event2/listener.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/event2/listener.h b/include/event2/listener.h
index dbc0366f..fa4e9499 100644
--- a/include/event2/listener.h
+++ b/include/event2/listener.h
@@ -112,11 +112,6 @@ struct event_base *evconnlistener_get_base(struct evconnlistener *lev);
/** Return the socket that an evconnlistner is listening on. */
evutil_socket_t evconnlistener_get_fd(struct evconnlistener *lev);
-/** Set ss to the address that an evconnlistner is listening on; returns 0
- * on success, -1 on failure. */
-int evconnlistener_get_address(struct evconnlistener *lev,
- struct sockaddr *sa, ev_socklen_t *socklen);
-
#ifdef __cplusplus
}
#endif