X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=57a04465fec2d4489c820f15a4e88befa8b0b9c5;hp=16121c3c81fa2a70aa4308152761d104dfb277cd;hb=ffb2d4f3705ffc083472d04a3c58146b6bc8bfea;hpb=488a60c8ef78872f38bbb3439a75cb2cda985a12 diff --git a/protos.h b/protos.h index 16121c3..57a0446 100644 --- a/protos.h +++ b/protos.h @@ -11,14 +11,17 @@ /* 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 != '#') void set_quadoption (int, int); int query_quadoption (int, const char *); +int query_quadoption2(int, const char *); int quadoption (int); int mutt_option_value (const char* val, char* dst, ssize_t dstlen); +int url_parse_mailto(ENVELOPE *e, char **body, const char *src); address_t *mutt_default_from (void); @@ -33,9 +36,6 @@ int mutt_cmp_header (const HEADER*, const HEADER*); int is_from (const char *, char *, ssize_t, time_t *); -const char *mutt_charset_hook (const char *); -const char *mutt_iconv_hook (const char *); - ssize_t _mutt_expand_path(char *, ssize_t, const char *, int); #define mutt_expand_path(s, n) _mutt_expand_path((s), (n), (s), 0)