fts-plugin.c revision 1d4181b4a19ee99eb5dd683abf373513701eb5f6
/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage-private.h"
#include "fts-plugin.h"
#include <stdlib.h>
const char *fts_plugin_version = PACKAGE_VERSION;
void fts_plugin_init(void)
{
}
void fts_plugin_deinit(void)
{
}