Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
Pierre Habouzit 2008-06-22 18:58:52 +02:00
parent 0ee345f07e
commit 3862a626c2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ buffer_wipe(buffer_t *buf)
/** Get a new buffer.
* \return A new allocatedbuffer.
*/
static inline buffer_t
static inline buffer_t *
buffer_new(void)
{
return buffer_init(p_new(buffer_t, 1));