summaryrefslogtreecommitdiffstats
path: root/src/plugins/lazy-expunge/lazy-expunge-plugin.h
blob: 88ee53dca63b52197ec86a470a41a096cb2f5a3f (plain)
1
2
3
4
5
6
7
#ifndef LAZY_EXPUNGE_PLUGIN_H
#define LAZY_EXPUNGE_PLUGIN_H

void lazy_expunge_plugin_init(struct module *module);
void lazy_expunge_plugin_deinit(void);

#endif