repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config: Access OPT_MUST_SAVE in the real option, not alias.
[elinks/elinks-j605.git]
/
src
/
scripting
/
perl
/
core.h
blob
b27adc9cf83e846581f12d25a360b04cd52c03a6
1
2
#ifndef EL__SCRIPTING_PERL_CORE_H
3
#define EL__SCRIPTING_PERL_CORE_H
4
5
#include <EXTERN.h>
6
#include <perl.h>
7
#include <perlapi.h>
8
9
struct
module
;
10
11
extern
PerlInterpreter
*
my_perl
;
12
13
void
init_perl
(
struct
module
*
module
);
14
void
cleanup_perl
(
struct
module
*
module
);
15
16
#endif