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
/
lua
/
hooks.h
blob
15ee5ae983dedb846a79de657b21d23009015eaf
1
2
#ifndef EL__SCRIPTING_LUA_HOOKS_H
3
#define EL__SCRIPTING_LUA_HOOKS_H
4
5
struct
event_hook_info
;
6
7
extern
struct
event_hook_info lua_scripting_hooks
[];
8
9
#endif