view src/lib-fts/fts-library.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +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