Name

Pkg::CallbackAcceptUnknownDigest — Register callback function

Synopsis

void CallbackAcceptUnknownDigest ( string  args );

Parameters

string args

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

Return

void