config: Access OPT_MUST_SAVE in the real option, not alias.
[elinks/elinks-j605.git] / src / scripting / perl / hooks.h
blob8e2afcca20fddb234c47a034c508eb35fe206841
2 #ifndef EL__SCRIPTING_PERL_HOOKS_H
3 #define EL__SCRIPTING_PERL_HOOKS_H
5 struct event_hook_info;
7 extern struct event_hook_info perl_scripting_hooks[];
9 #endif