view src/lib-fts/fts-library.h @ 22667:6b14fe31f657

director: Make sure a missing right-side connection is always reconnected This code shouldn't be needed, but add it just to be sure.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 16 Nov 2017 00:53:34 +0200
parents 6bf404e276c6
children
line wrap: on
line source

#ifndef FTS_LIBRARY_H
#define FTS_LIBRARY_H

void fts_library_init(void);
void fts_library_deinit(void);

#endif