repo.or.cz
/
elinks
/
images.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[wip] show_image(): Introduce struct screen_image with complete but abstract on-scree...
[elinks/images.git]
/
src
/
scripting
/
guile
/
hooks.h
blob
23185b3216f7768930b4752895f9cebcc472c5e0
1
2
#ifndef EL__SCRIPTING_GUILE_HOOKS_H
3
#define EL__SCRIPTING_GUILE_HOOKS_H
4
5
struct
event_hook_info
;
6
7
extern
struct
event_hook_info guile_scripting_hooks
[];
8
9
#endif