hook_spec.h 198 B

12345678
  1. #ifndef _HOOK_SPEC_H_
  2. #define _HOOK_SPEC_H
  3. CLISH_HOOK_INIT(clish_plugin_hook_init);
  4. CLISH_HOOK_FINI(clish_plugin_hook_fini);
  5. CLISH_PLUGIN_SYM(clish_plugin_hook_action);
  6. #endif /* _HOOK_SPEC_H_ */