diff options
Diffstat (limited to '')
-rw-r--r-- | src/plugins/lazy-expunge/lazy-expunge-plugin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/lazy-expunge/lazy-expunge-plugin.h b/src/plugins/lazy-expunge/lazy-expunge-plugin.h new file mode 100644 index 0000000..88ee53d --- /dev/null +++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.h @@ -0,0 +1,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 |