rework m_strformat so that it takes the cols number to use in case of
[apps/madmutt.git] / protos.h
index 2f96bbc..081a937 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -14,12 +14,12 @@ void mutt_mktemp (char *) __attribute__((deprecated));
 
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')
 
-typedef const char *format_t (char *, ssize_t, char, const char *,
-                              const char *, const char *, const char *,
-                              anytype, format_flag);
+typedef const char *
+format_t(char *, ssize_t, char, const char *,
+         const char *, const char *, const char *, anytype, format_flag);
 
-ssize_t m_strformat(char *, ssize_t, const char *, format_t *,
-                    anytype, format_flag);
+ssize_t m_strformat(char *, ssize_t, int, const char *,
+                    format_t *, anytype, format_flag);
 
 void set_quadoption (int, int);
 int query_quadoption (int, const char *);