(C) 1998 AROS - The Amiga Research OS


NAME

void SumLibrary (library)

LOCATION
In SysBase at offset 71

SYNOPSIS
struct Library * library

FUNCTION
Builds the checksum over a given library's jumptable and either puts it into the library->lib_Sum field (if the library is marked as changed) or compares it with this field and Alert()s at mismatch.

INPUTS
library
Pointer to library structure.

RESULT

EXAMPLE

SEE ALSO
AddLibrary(), RemLibrary(), MakeLibrary(), MakeFunctions(), InitStruct().

NOTES

BUGS

INTERNALS

HISTORY