CheckStructMember to check for dirent.d_ino
[apps/madmutt.git] / protos.h
index 16121c3..3cc4cad 100644 (file)
--- a/protos.h
+++ b/protos.h
 /* 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)
 
@@ -67,11 +67,10 @@ void mutt_help (int);
 void mutt_draw_tree (CONTEXT *);
 void mutt_make_attribution (CONTEXT * ctx, HEADER * cur, FILE * out);
 void mutt_make_forward_subject (ENVELOPE * env, CONTEXT * ctx, HEADER * cur);
-void mutt_make_help (char *, ssize_t, char *, int, int);
+void mutt_make_help (char *, ssize_t, const char *, int, int);
 char *mutt_compile_help(char *, ssize_t, int, struct mapping_t *);
 void mutt_make_misc_reply_headers (ENVELOPE * env, CONTEXT * ctx,
                                    HEADER * cur, ENVELOPE * curenv);
-void mutt_make_post_indent (CONTEXT * ctx, HEADER * cur, FILE * out);
 void mutt_message_to_7bit (BODY *, FILE *);
 
 void mutt_prepare_envelope (ENVELOPE *, int);