X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=47586238891e3594ecdb0c6a5d339a33e4f16ac2;hp=4b53da42bc7e0a25f2f018436902d0b4c9b013bf;hb=56ac9bea51f338d488828ad1114d58b4a9542209;hpb=0dd5b492f18e549ef95b0ac6765329473e426633 diff --git a/mutt.h b/mutt.h index 4b53da4..4758623 100644 --- a/mutt.h +++ b/mutt.h @@ -473,9 +473,9 @@ typedef struct { HEADER **hdrs; HEADER *last_tag; /* last tagged msg. used to link threads */ THREAD *tree; /* top of thread tree */ - HASH *id_hash; /* hash table by msg id */ - HASH *subj_hash; /* hash table by subject */ - HASH *thread_hash; /* hash table for threading */ + hash_t *id_hash; /* hash table by msg id */ + hash_t *subj_hash; /* hash table by subject */ + hash_t *thread_hash; /* hash table for threading */ int *v2r; /* mapping from virtual to real msgno */ int hdrmax; /* number of pointers in hdrs */ int msgcount; /* number of messages in the mailbox */