mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 05:14:46 -04:00
correct evbuffer_drain documentation from John Khvatov
svn:r1128
This commit is contained in:
parent
59513ee206
commit
64b3a571ec
1
event.h
1
event.h
@ -1069,7 +1069,6 @@ int evbuffer_add_vprintf(struct evbuffer *, const char *fmt, va_list ap);
|
||||
|
||||
@param buf the evbuffer to be drained
|
||||
@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 *, size_t);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user