Docs » Autodocs » exec.library » SumLibrary
SumLibrary -- compute and check the checksum on a library
SumLibrary(library) A1 void SumLibrary(struct Library *);
SumLibrary computes a new checksum on a library. It can also be used to check an old checksum. If an old checksum does not match, and the library has not been marked as changed, then the system will call Alert(). This call could also be periodically made by some future system-checking task.
library - a pointer to the library to be changed
An alert will occur if the checksum fails.
SetFunction()
|