/* Copyright (c) 2017-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage.h"
extern struct mail_storage shared_storage;
extern struct mail_storage dbox_storage;
extern struct mail_storage mdbox_storage;
extern struct mail_storage mdbox_deleted_storage;
extern struct mail_storage sdbox_storage;
extern struct mail_storage maildir_storage;
extern struct mail_storage mbox_storage;
extern struct mail_storage cydir_storage;
extern struct mail_storage imapc_storage;
extern struct mail_storage pop3c_storage;
extern struct mail_storage raw_storage;
extern struct mail_storage fail_storage;
void mail_storage_register_all(void)
{
}