X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=4ca63133757d7b184a2ef195a07fdfc183dbb3e3;hp=bd3afee58e524b77b168ca6353e09bdbe4adb84c;hb=2dbfbfd6fba2b4c544e5abdcd54469434d32e5ce;hpb=d8aeb41018aaf2f85fbd937278ffdd94164e236e diff --git a/protos.h b/protos.h index bd3afee..4ca6313 100644 --- a/protos.h +++ b/protos.h @@ -86,8 +86,7 @@ void mutt_make_post_indent (CONTEXT * ctx, HEADER * cur, FILE * out); void mutt_merge_envelopes (ENVELOPE* base, ENVELOPE** extra); void mutt_message_to_7bit (BODY *, FILE *); -#define mutt_mktemp(a) _mutt_mktemp (a, __FILE__, __LINE__) -void _mutt_mktemp (char *, const char *, int); +void mutt_mktemp (char *); void mutt_prepare_envelope (ENVELOPE *, int); void mutt_unprepare_envelope (ENVELOPE *); void mutt_pretty_mailbox (char *);