fts-plugin.c revision 7cb128dc4cae2a03a742f63ba7afee23c78e3af0
/* Copyright (c) 2006-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage-hooks.h"
#include "fts-parser.h"
#include "fts-storage.h"
#include "fts-plugin.h"
#include <stdlib.h>
const char *fts_plugin_version = DOVECOT_ABI_VERSION;
static struct mail_storage_hooks fts_mail_storage_hooks = {
};
{
}
void fts_plugin_deinit(void)
{
}