evbuffer_add

Append data to the end of an evbuffer.

@param buf the evbuffer to be appended to @param data pointer to the beginning of the data buffer @param datlen the number of bytes to be copied from the data buffer @return 0 on success, -1 on failure.

extern (C) nothrow
int
evbuffer_add
(,
const(void)* data
,
size_t datlen
)

Meta