mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
enhanced a little
This commit is contained in:
@@ -51,7 +51,7 @@ struct _pcp_buffer {
|
||||
|
||||
typedef struct _pcp_buffer Buffer;
|
||||
|
||||
/* create a new buffer */
|
||||
/* create a new buffer, initially alloc'd to blocksize and zero-filled */
|
||||
Buffer *buffer_new(size_t blocksize, char *name);
|
||||
|
||||
/* zero the buffer and free it, if allocated */
|
||||
|
||||
Reference in New Issue
Block a user