X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=b9edfc3165b3e3dda26d90308682f84c45f4fa7f;hp=f796c175dfa5ae6ac2f2ca4a3d1a41ec0247a950;hb=fa7f733a61a6fe3143198791ab470ddf4d08fdbe;hpb=df70e07e24add1869bcc9b7af2277d9d0c09a281 diff --git a/protos.h b/protos.h index f796c17..b9edfc3 100644 --- a/protos.h +++ b/protos.h @@ -1,19 +1,10 @@ /* + * Copyright notice from original mutt: * Copyright (C) 1996-2000 Michael R. Elkins - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. */ #ifdef HAVE_CONFIG_H @@ -121,7 +112,7 @@ HEADER *mutt_hcache_restore (const unsigned char *d, HEADER ** oh); void *mutt_hcache_fetch (void *db, const char *filename, size_t (*keylen) (const char *fn)); int mutt_hcache_store (void *db, const char *filename, HEADER * h, - uint64_t uid_validity, + unsigned long uid_validity, size_t (*keylen) (const char *fn)); int mutt_hcache_delete (void *db, const char *filename, size_t (*keylen) (const char *fn)); @@ -163,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); @@ -213,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 *); @@ -333,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);