(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/locale.h>

void CloseCatalog (catalog)

LOCATION
In LocaleBase at offset 6

SYNOPSIS
struct Catalog * catalog

FUNCTION
Conclude access to a message catalog, and decrement the use count. If this use count is 0, the catalog can be expunged when the system memory is running low.

INPUTS
catalog
the message catalog to close, note that NULL is a valid catalog.

RESULT
The catalog is closed, and should no longer be used by the application.

EXAMPLE

SEE ALSO
GetCatalogStr(), OpenCatalog()

NOTES

BUGS

INTERNALS

HISTORY
26.11.1998 iaint
Fixed a large number of errors. Even compiles now. Doesnt work though...
20.10.1998 hkiel
Amiga Research OS
16.08.1998 iaint
Initial - not working - locale.library. mmf.s is the meta makefile