diff options
Diffstat (limited to 'buffer.h')
| -rw-r--r-- | buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,4 +80,7 @@ const char *buffer_content(Buffer*); */ char *buffer_move(Buffer*); +/** ``read(3p)`` like interface for reading into a Buffer (``context``) */ +ssize_t read_into_buffer(void *context, char *data, size_t len); + #endif |
