From: Brendan Cully Date: Thu, 18 May 2006 18:37:07 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-12-rel~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a53dd1a13c556356a1d518f383b17fb928436bd0;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 018bf05d..cb1adb2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2006-05-18 18:11:20 Rocco Rutte (brendan) +2006-05-18 18:35:10 Rocco Rutte (brendan) + + * hcache.c, hcache.h, imap/imap.c, imap/message.c, mh.c: Use + header_cache_t* instead of void* for header cache. + + In hcache.c, the header_cache structure is defined to match the + needs per DB backend used. Thus the interface uses void* abstract + from it. This patch adds a 'header_cache' forward declaration to + hcache.h so that we at least get a little more type safety. * INSTALL: Note that the DocBook 4.2 DTD should be installed locally in order to build the manual.