view src/indexer/indexer.h @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents af8c5e56d098
children
line wrap: on
line source

#ifndef INDEXER_H
#define INDEXER_H

/* percentage: -1 = failed, 0..99 = indexing in progress, 100 = done */
typedef void indexer_status_callback_t(int percentage, void *context);

void indexer_refresh_proctitle(void);

#endif