[wip] show_image(): Introduce struct screen_image with complete but abstract on-scree...
[elinks/images.git] / src / scripting / guile / hooks.h
blob23185b3216f7768930b4752895f9cebcc472c5e0
2 #ifndef EL__SCRIPTING_GUILE_HOOKS_H
3 #define EL__SCRIPTING_GUILE_HOOKS_H
5 struct event_hook_info;
7 extern struct event_hook_info guile_scripting_hooks[];
9 #endif