enhanced a little

This commit is contained in:
TLINDEN
2014-02-10 11:33:20 +01:00
parent 57bcd9325b
commit b5e8e0de03
2 changed files with 8 additions and 2 deletions

View File

@@ -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 */