diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index c0fb77eeb..3036d37fd 100644 --- a/src/util.h +++ b/src/util.h @@ -66,5 +66,8 @@ void file_log_function (const gchar *log_domain, GLogLevelFlags log_level, const /* Replace %r with rcpt value and %f with from value, new string is allocated in pool */ char* resolve_stat_filename (memory_pool_t *pool, char *pattern, char *rcpt, char *from); +/* Replace libevent evbuffer_readline with memory_pool variant */ +char* buffer_readline (memory_pool_t *pool, struct evbuffer *buf); + #endif |