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