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
/
perl.h
blob
59f3f47b6d43915d317da9f6a0d423f9927e36e9
1
2
#ifndef EL__SCRIPTING_PERL_PERL_H
3
#define EL__SCRIPTING_PERL_PERL_H
4
5
struct
module
;
6
7
extern
struct
module perl_scripting_module
;
8
9
#endif