From a7db5c52094b7f1f5f99cc30222212b53b3b68f2 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Thu, 16 Nov 2017 02:49:14 +0000 Subject: [PATCH] rename buffer functions --- mutt/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mutt/buffer.c b/mutt/buffer.c index 9dd591266..46f762427 100644 --- a/mutt/buffer.c +++ b/mutt/buffer.c @@ -28,6 +28,7 @@ * * | Function | Description * | :------------------- | :-------------------------------------------------- + * | mutt_buffer_add() | Add a string to a Buffer, expanding it if necessary * | mutt_buffer_addch() | Add a single character to a Buffer * | mutt_buffer_addstr() | Add a string to a Buffer * | mutt_buffer_free() | Release a Buffer and its contents @@ -35,7 +36,7 @@ * | mutt_buffer_init() | Initialise a new Buffer * | mutt_buffer_new() | Create and initialise a Buffer * | mutt_buffer_printf() | Format a string into a Buffer - * | mutt_buffer_reset | Reset an existing Buffer + * | mutt_buffer_reset() | Reset an existing Buffer */ #include "config.h" -- 2.40.0