X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=protos.h;h=b9edfc3165b3e3dda26d90308682f84c45f4fa7f;hb=f1342d76fec230d1687d9ca8893185caec82812f;hp=e3aa631f489fbc78d29253a4661d86084a726854;hpb=34cf6d8df073a949b69970327314e2355dbccabc;p=apps%2Fmadmutt.git diff --git a/protos.h b/protos.h index e3aa631..b9edfc3 100644 --- a/protos.h +++ b/protos.h @@ -154,8 +154,6 @@ const char *mutt_make_version (void); const char *mutt_fqdn (short); -REGEXP *mutt_compile_regexp (const char *, int); - void mutt_account_hook (const char *url); void mutt_add_to_reference_headers (ENVELOPE * env, ENVELOPE * curenv, LIST *** pp, LIST *** qq); @@ -204,7 +202,6 @@ void mutt_free_enter_state (ENTER_STATE **); void mutt_free_envelope (ENVELOPE **); void mutt_free_header (HEADER **); void mutt_free_parameter (PARAMETER **); -void mutt_free_regexp (REGEXP **); void mutt_generate_header (char *, size_t, HEADER *, int); void mutt_help (int); void mutt_draw_tree (CONTEXT *); @@ -324,7 +321,6 @@ int mutt_is_text_part (BODY *); int mutt_is_valid_mailbox (const char *); int mutt_link_threads (HEADER *, HEADER *, CONTEXT *); int mutt_lookup_mime_type (BODY *, const char *); -int mutt_match_rx_list (const char *, RX_LIST *); int mutt_match_spam_list (const char *, SPAM_LIST *, char *, int); int mutt_messages_in_thread (CONTEXT *, HEADER *, int); int mutt_multi_choice (char *prompt, char *letters);