fixed doc

This commit is contained in:
git@daemon.de
2014-02-27 13:57:24 +01:00
parent 97f4d14d3b
commit 0d86dee4ee

View File

@@ -308,6 +308,7 @@ size_t buffer_get_chunk(Buffer *b, void *buf, size_t len);
\param[in] b The Buffer object to read from. \param[in] b The Buffer object to read from.
\param[out] dst The Buffer object to write to. \param[out] dst The Buffer object to write to.
\param[in] len The number of bytes to read from the Buffer.
\return Returns the size of bytes read, 0 in case an error occurred. \return Returns the size of bytes read, 0 in case an error occurred.
*/ */
size_t buffer_get_chunk_tobuf(Buffer *b, Buffer *dst, size_t len); size_t buffer_get_chunk_tobuf(Buffer *b, Buffer *dst, size_t len);