X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=570166c9ab8416b92787fc70d6eb4c5fec9cdd4f;hp=5b5395d3bb8d50e8e85e7049be31196abd1eb5e1;hb=8d429041536e4508e8dd00b390721895dc324b9b;hpb=9fde23d2b9a4ba8076eb425a1af4342de1e485b5 diff --git a/protos.h b/protos.h index 5b5395d..570166c 100644 --- a/protos.h +++ b/protos.h @@ -7,6 +7,11 @@ * please see the file GPL in the top level source directory. */ + +/* 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)); + #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#') typedef const char *format_t (char *, ssize_t, char, const char *, @@ -55,7 +60,6 @@ const char *mutt_fqdn (short); void mutt_account_hook (const char *url); void mutt_add_to_reference_headers (ENVELOPE * env, ENVELOPE * curenv, string_list_t *** pp, string_list_t *** qq); -void mutt_adv_mktemp (const char*, char*, ssize_t); int mutt_bounce_message (FILE * fp, HEADER *, address_t *); void mutt_check_rescore (CONTEXT *); void mutt_default_save (char *, ssize_t, const HEADER *); @@ -79,7 +83,6 @@ void mutt_make_misc_reply_headers (ENVELOPE * env, CONTEXT * ctx, void mutt_make_post_indent (CONTEXT * ctx, HEADER * cur, FILE * out); void mutt_message_to_7bit (BODY *, FILE *); -void mutt_mktemp (char *); void mutt_prepare_envelope (ENVELOPE *, int); void mutt_unprepare_envelope (ENVELOPE *); void mutt_pretty_mailbox (char *);