Use p_new instead of xmalloc()
[apps/madmutt.git] / protos.h
index 2dc73ef..562e34a 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -14,13 +14,6 @@ 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 *,
-                              unsigned long, format_flag);
-
-ssize_t m_strformat(char *, ssize_t, const char *, format_t *,
-                          unsigned long, format_flag);
-
 void set_quadoption (int, int);
 int query_quadoption (int, const char *);
 int quadoption (int);