umCloseGoAhead WebServer APIGoAhead EMF

Synopsis

Frees memory used by User Management.

Prototype

 #include "um.h" 

 void	umClose();

Parameters

none

Description

umClose() should be called before shutdown to free memory.

Return Value

None

Example

umClose();

See Also

umOpen()