view src/lib-storage/mailbox-uidvalidity.h @ 9658:8ba4253adc9b HEAD tip

*-login: SSL connections didn't get closed when the client got destroyed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2014 16:41:29 +0300
parents 110afc84fbb1
children
line wrap: on
line source

#ifndef MAILBOX_UIDVALIDITY_H
#define MAILBOX_UIDVALIDITY_H

uint32_t mailbox_uidvalidity_next(const char *path);

#endif