view src/lib-fts/fts-filter-common.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 3a7093f314a4
children
line wrap: on
line source

#ifndef FTS_FILTER_COMMON_H
#define FTS_FILTER_COMMON_H

void fts_filter_truncate_token(string_t *token, size_t max_length);

#endif