quota-plugin.c revision 2454dfa32c93c20a8522c6ed42fe057baaac9f9a
/* Copyright (c) 2005-2017 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-user.h"
#include "mail-storage-hooks.h"
#include "quota-plugin.h"
const char *quota_plugin_version = DOVECOT_ABI_VERSION;
static struct mail_storage_hooks quota_mail_storage_hooks = {
};
{
}
void quota_plugin_deinit(void)
{
}