correct evbuffer_drain documentation from John Khvatov

svn:r1127
This commit is contained in:
Niels Provos 2009-03-30 17:36:22 +00:00
parent 23655dfb87
commit 994e85781c

View File

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