X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=protos.h;h=57a04465fec2d4489c820f15a4e88befa8b0b9c5;hb=ffb2d4f3705ffc083472d04a3c58146b6bc8bfea;hp=376128f5ee883a491707d6b7c37d21e05c55806e;hpb=20392fc3c433909de76c676c235524acd96bec60;p=apps%2Fmadmutt.git diff --git a/protos.h b/protos.h index 376128f..57a0446 100644 --- 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 != '#')