]> granicus.if.org Git - neomutt/commitdiff
rename buffer functions
authorRichard Russon <rich@flatcap.org>
Thu, 16 Nov 2017 02:49:14 +0000 (02:49 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 16 Nov 2017 03:39:55 +0000 (03:39 +0000)
mutt/buffer.c

index 9dd591266b763fd68670d04b2a78c45c5466cdb6..46f762427efe8ac0dc1040c0412f7ca732451017 100644 (file)
@@ -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"