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
ELinks 0.12pre1
[elinks/elinks-j605.git]
/
src
/
scripting
/
smjs
/
hooks.h
blob
79fb43ea1f82252cb79eb8e0736f8e35349660d9
1
#ifndef EL__SCRIPTING_SMJS_HOOKS_H
2
#define EL__SCRIPTING_SMJS_HOOKS_H
3
4
struct
event_hook_info
;
5
6
extern
struct
event_hook_info smjs_scripting_hooks
[];
7
8
#endif