Signature
enum ReCheckerFunc
{
/**
* Description: -
* Params: (const client, const filename[], const cmd[], const ResourceType:type, const responseHash, bool:isBreak)
*/
RC_FileConsistencyProcess = BEGIN_FUNC_REGION(rechecker),
/**
* Description: -
* Params: (const client)
*/
RC_FileConsistencyFinal,
/**
* Description: -
* Params: (const client, const filename[], const cmd[], const responseHash)
*/
RC_CmdExec
// [...]
};