X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=081a9376bec6b49704efc261a77d1b0767575598;hp=2f96bbccb8bc460bef722ca8f1cdbb777ff64879;hb=b23d5033080fe9f9fba038e3cf1e3ec2b0a0d33d;hpb=38dacbf03fe1a0daa9ce426caaef5582b90006b2 diff --git a/protos.h b/protos.h index 2f96bbc..081a937 100644 --- 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 *);