view src/indexer/indexer.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 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