#ifndef MAILBOX_LOG_H
#define MAILBOX_LOG_H
#include "guid.h"
enum mailbox_log_record_type {
};
struct mailbox_log_record {
};
/* Append a new record to mailbox log. Returns 0 if ok, -1 if error. */
const struct mailbox_log_record *rec);
/* Iterate through all records in mailbox log. */
const struct mailbox_log_record *
/* Returns 0 if ok, -1 if I/O error. */
#endif