23#ifndef MUTT_MUTT_POOL_H
24#define MUTT_MUTT_POOL_H
struct Buffer * buf_pool_get(void)
Get a Buffer from the pool.
void buf_pool_release(struct Buffer **ptr)
Return a Buffer to the pool.
void buf_pool_cleanup(void)
Release the Buffer pool.
String manipulation buffer.