mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
Fix a typo in buffer.h
svn:r1089
This commit is contained in:
parent
ca37fef951
commit
2e50658d8d
@ -375,7 +375,7 @@ unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what,
|
|||||||
|
|
||||||
@param buffer the buffer whose size has changed
|
@param buffer the buffer whose size has changed
|
||||||
@param old_len the previous length of the buffer
|
@param old_len the previous length of the buffer
|
||||||
@param new_len thee current length of the buffer
|
@param new_len the current length of the buffer
|
||||||
@param arg a pointer to user data
|
@param arg a pointer to user data
|
||||||
*/
|
*/
|
||||||
typedef void (*evbuffer_cb)(struct evbuffer *buffer, size_t old_len, size_t new_len, void *arg);
|
typedef void (*evbuffer_cb)(struct evbuffer *buffer, size_t old_len, size_t new_len, void *arg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user