remove old lib.[hc]
[apps/madmutt.git] / protos.h
index 376128f..57a0446 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -11,6 +11,7 @@
 /* use the m_temp{fd,file} functions instead */
 void mutt_adv_mktemp (const char*, char*, ssize_t) __attribute__((deprecated));
 void mutt_mktemp (char *) __attribute__((deprecated));
+void mutt_exit (int);
 
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')