diff --git a/evbuffer.c b/evbuffer.c index 4354f0f9..e9f7e43a 100644 --- a/evbuffer.c +++ b/evbuffer.c @@ -242,6 +242,8 @@ bufferevent_priority_set(struct bufferevent *bufev, int priority) return (0); } +/* Closing the file descriptor is the responsibility of the caller */ + void bufferevent_free(struct bufferevent *bufev) {