repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
big dialogs: dlg_format_text: no need to pass the term.
[elinks.git]
/
src
/
scripting
/
python
/
hooks.h
blob
619d5544616132f71f051218afbfd95b0dd65c80
1
2
#ifndef EL__SCRIPTING_PYTHON_HOOKS_H
3
#define EL__SCRIPTING_PYTHON_HOOKS_H
4
5
struct
event_hook_info
;
6
7
extern
struct
event_hook_info python_scripting_hooks
[];
8
9
#endif