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
/
hooks.h
blob
8e2afcca20fddb234c47a034c508eb35fe206841
1
2
#ifndef EL__SCRIPTING_PERL_HOOKS_H
3
#define EL__SCRIPTING_PERL_HOOKS_H
4
5
struct
event_hook_info
;
6
7
extern
struct
event_hook_info perl_scripting_hooks
[];
8
9
#endif