Use p_new instead of xmalloc()
[apps/madmutt.git] / protos.h
index 081a937..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 *, 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 *);
 int quadoption (int);