view src/lib-fts/fts-filter-common.h @ 22716:6287c6d66f56

dsync: Add debug logging for .dovecot-sync.lock locking/unlocking
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 28 Dec 2017 10:27:27 +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