23#ifndef MUTT_MUTT_LUA_H
24#define MUTT_MUTT_LUA_H
CommandResult
Error codes for command_t parse functions.
Convenience wrapper for the core headers.
enum CommandResult mutt_lua_source_file(struct Buffer *tmp, struct Buffer *s, intptr_t data, struct Buffer *err)
Parse the 'lua-source' command - Implements Command::parse() -.
enum CommandResult mutt_lua_parse(struct Buffer *tmp, struct Buffer *s, intptr_t data, struct Buffer *err)
Parse the 'lua' command - Implements Command::parse() -.
void mutt_lua_init(void)
Setup feature commands.
String manipulation buffer.
char * data
Pointer to data.