Skip to content

Commit

Permalink
lib-storage: Add missing ATTR_FORMAT to mail_set_mail_cache_corrupted()
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and villesavolainen committed May 15, 2017
1 parent be2c388 commit 5d23124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib-storage/mail-storage-private.h
Expand Up @@ -739,7 +739,8 @@ void mail_storage_copy_list_error(struct mail_storage *storage,
void mail_storage_copy_error(struct mail_storage *dest,
struct mail_storage *src);
/* set record in mail cache corrupted */
void mail_set_mail_cache_corrupted(struct mail *mail, const char *fmt, ...);
void mail_set_mail_cache_corrupted(struct mail *mail, const char *fmt, ...)
ATTR_FORMAT(2, 3);

/* Indicate mail being expunged by autoexpunge */
void mail_autoexpunge(struct mail *mail);
Expand Down

0 comments on commit 5d23124

Please sign in to comment.