Name

Pkg::CallbackAcceptWrongDigest — Register callback function

Synopsis

void CallbackAcceptWrongDigest ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is boolean(string filename, string requested_digest, string found_digest). The callback function should ask user whether the wrong digest can be accepted, returned true value means to accept the file.

Return

void