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

Functions

static const char * get_name_perl (struct module *xxx)
 

Variables

struct module perl_scripting_module
 

Function Documentation

◆ get_name_perl()

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

Variable Documentation

◆ perl_scripting_module

struct module perl_scripting_module
Initial value:
N_("Perl"),
)
#define NULL
Definition explodename.c:35
#define N_(msg)
Definition libintl.h:25
#define struct_module(name, options, hooks, submods, data, init, done, getname)
Definition module.h:47
void cleanup_perl(struct module *module)
Definition core.c:67
void init_perl(struct module *module)
Definition core.c:87
struct event_hook_info perl_scripting_hooks[]
Definition hooks.c:241
static const char * get_name_perl(struct module *xxx)
Definition perl.c:15