mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed doc
This commit is contained in:
@@ -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[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.
|
||||
*/
|
||||
size_t buffer_get_chunk_tobuf(Buffer *b, Buffer *dst, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user