mutt_FormatString -> m_strformat (will soon end up into the str lib \o/)
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 15af96a..ae133c9 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -30,7 +30,7 @@ typedef struct {
   int op;                       /* function op */
 } event_t;
 
-/* flags for mutt_FormatString() */
+/* flags for m_strformat() */
 typedef enum {
   M_FORMAT_FORCESUBJ   = (1 << 0),  /* print the subject even if unchanged */
   M_FORMAT_TREE        = (1 << 1),  /* draw the thread tree */