X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=e3aa631f489fbc78d29253a4661d86084a726854;hp=b47f8ea2a5dd5b1316e711b348f25f666e172fd5;hb=34cf6d8df073a949b69970327314e2355dbccabc;hpb=0d23a37d51884266b694d3a94300ddb5c3faf4fa;ds=sidebyside diff --git a/protos.h b/protos.h index b47f8ea..e3aa631 100644 --- a/protos.h +++ b/protos.h @@ -112,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));