config: Access OPT_MUST_SAVE in the real option, not alias.
[elinks/elinks-j605.git] / src / scripting / perl / core.h
blobb27adc9cf83e846581f12d25a360b04cd52c03a6
2 #ifndef EL__SCRIPTING_PERL_CORE_H
3 #define EL__SCRIPTING_PERL_CORE_H
5 #include <EXTERN.h>
6 #include <perl.h>
7 #include <perlapi.h>
9 struct module;
11 extern PerlInterpreter *my_perl;
13 void init_perl(struct module *module);
14 void cleanup_perl(struct module *module);
16 #endif