#ifndef EL__SCRIPTING_GUILE_HOOKS_H #define EL__SCRIPTING_GUILE_HOOKS_H #ifdef __cplusplus extern "C" { #endif struct event_hook_info; extern struct event_hook_info guile_scripting_hooks[]; #ifdef __cplusplus } #endif #endif