NAME GU_CloseCatalog -- Close a message catalog. SYNOPSIS GU_CloseCatalog(catalog) A0 VOID GU_CloseCatalog(struct Catalog *); FUNCTION Concludes access to a message catalog. The usage count of the catalog is decremented. When this count reaches 0, the catalog can be expunged from system memory whenever a memory panic occurs. INPUTS catalog - the message catalog to close. A NULL catalog is a valid parameter and is simply ignored. NOTES This function is a shortcut to the locale/CloseCatalog() function. SEE ALSO GU_OpenCatalog(), GU_GetLocaleStr()
Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.