]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-index: Minor code cleanup - removed duplicate function prototype.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 1 Mar 2016 20:11:05 +0000 (22:11 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 2 Mar 2016 22:19:30 +0000 (00:19 +0200)
src/lib-index/mail-cache.h

index 4b39dbbe81d35673143100c5c765e6902aebf31b..d6771768d1106c1fa956523e0d7aafece58099c5 100644 (file)
@@ -83,11 +83,6 @@ struct mail_cache_view *
 mail_cache_view_open(struct mail_cache *cache, struct mail_index_view *iview);
 void mail_cache_view_close(struct mail_cache_view **view);
 
-/* Normally cache decisions are updated on lookup/add. Use this function to
-   enable/disable this (useful for precaching data). */
-void mail_cache_view_update_cache_decisions(struct mail_cache_view *view,
-                                           bool update);
-
 /* Normally cache decisions are updated on lookup/add. Use this function to
    enable/disable this (useful for precaching data). */
 void mail_cache_view_update_cache_decisions(struct mail_cache_view *view,