mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
correct evbuffer_drain documentation from John Khvatov
svn:r1127
This commit is contained in:
parent
23655dfb87
commit
994e85781c
@ -303,7 +303,6 @@ int evbuffer_add_vprintf(struct evbuffer *buf, const char *fmt, va_list ap);
|
|||||||
|
|
||||||
@param buf the evbuffer to be drained
|
@param buf the evbuffer to be drained
|
||||||
@param len the number of bytes to drain from the beginning of the buffer
|
@param len the number of bytes to drain from the beginning of the buffer
|
||||||
@return 0 if successful, or -1 if an error occurred
|
|
||||||
*/
|
*/
|
||||||
void evbuffer_drain(struct evbuffer *buf, size_t len);
|
void evbuffer_drain(struct evbuffer *buf, size_t len);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user