summaryrefslogtreecommitdiffstats
path: root/src/plugins/mail-lua/mail-lua-plugin.h
blob: e3bfb9861c8bbf0ca796e7e0593af12381079916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MAIL_LUA_PLUGIN_H
#define MAIL_LUA_PLUGIN_H 1

struct dlua_script;
struct mail_user;
struct module;

void mail_lua_plugin_init(struct module *module);
void mail_lua_plugin_deinit(void);

bool mail_lua_plugin_get_script(struct mail_user *user,
				struct dlua_script **script_r);

#endif