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