X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=4ca63133757d7b184a2ef195a07fdfc183dbb3e3;hp=d07d699ee6274d9ff1e0effcb37e087625d9aecb;hb=2dbfbfd6fba2b4c544e5abdcd54469434d32e5ce;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/protos.h b/protos.h index d07d699..4ca6313 100644 --- a/protos.h +++ b/protos.h @@ -7,18 +7,6 @@ * please see the file GPL in the top level source directory. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#include - -#if HAVE_STDINT_H -#include -#elif HAVE_INTTYPES_H -#include -#endif - #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#') typedef const char *format_t (char *, ssize_t, char, const char *, @@ -98,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 *);