From f7548d6d28c313cf80e6f3ef89aed16a19815df1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:24 +0200 Subject: Adding upstream version 1:2.3.19.1+dfsg1. Signed-off-by: Daniel Baumann --- src/plugins/mail-lua/mail-lua-plugin.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/plugins/mail-lua/mail-lua-plugin.h (limited to 'src/plugins/mail-lua/mail-lua-plugin.h') diff --git a/src/plugins/mail-lua/mail-lua-plugin.h b/src/plugins/mail-lua/mail-lua-plugin.h new file mode 100644 index 0000000..e3bfb98 --- /dev/null +++ b/src/plugins/mail-lua/mail-lua-plugin.h @@ -0,0 +1,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 -- cgit v1.2.3