/*================================================================================= * @file epm_register_handler.h * @brief itk user exits function declation, to register custom handlers * @date 2009/2/13 * @author Ray Li * @history * =================================================================================== * Date Name Description * 13-Feb-2009 Ray created *===================================================================================*/ #ifndef EPM_REGISTER_HANDLER_CUSTOM #define EPM_REGISTER_HANDLER_CUSTOM #include #ifdef __cplusplus extern "C" { #endif extern DLLAPI int USERSERVICE_custom_register_handlers(int *, va_list); extern DLLAPI int USERSERVICE_custom_register_methods(int *decision, va_list args); #ifdef __cplusplus } #endif #endif /** * @} */