correct evbuffer_drain documentation from John Khvatov

svn:r1128
This commit is contained in:
Niels Provos 2009-03-30 17:36:59 +00:00
parent 59513ee206
commit 64b3a571ec

View File

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