1 #ifndef MAILBOX_GUID_CACHE_H
2 #define MAILBOX_GUID_CACHE_H
3 
4 int mailbox_guid_cache_find(struct mailbox_list *list, const guid_128_t guid,
5 			    const char **vname_r);
6 void mailbox_guid_cache_refresh(struct mailbox_list *list);
7 
8 #endif
9