ELinks 0.18.0
lua.c File Reference
#include "elinks.h"
#include "intl/libintl.h"
#include "main/module.h"
#include "scripting/lua/core.h"
#include "scripting/lua/hooks.h"
Include dependency graph for lua.c:

Functions

static const char * get_name_lua (struct module *xxx)
 

Variables

struct module lua_scripting_module
 

Function Documentation

◆ get_name_lua()

static const char * get_name_lua ( struct module * xxx)
static

Variable Documentation

◆ lua_scripting_module

struct module lua_scripting_module
Initial value:
N_("Lua"),
)
#define NULL
Definition explodename.c:35
#define N_(msg)
Definition libintl.h:25
void init_lua(struct module *module)
Definition core.c:724
void cleanup_lua(struct module *module)
Definition core.c:760
struct event_hook_info lua_scripting_hooks[]
Definition hooks.c:237
static const char * get_name_lua(struct module *xxx)
Definition lua.c:15
#define struct_module(name, options, hooks, submods, data, init, done, getname)
Definition module.h:47