1 Version 4.0 -- 5/1/89 dbloginfree
______________________________________________________________________
NAME: dbloginfree
FUNCTION:
Free a login record.
SYNTAX:
void dbloginfree(loginptr)
LOGINREC *loginptr;
COMMENTS:
o dblogin() provides a LOGINREC structure for use with dbopen().
dbloginfree Version 4.0 -- 5/1/89 2
______________________________________________________________________
Once the application has made all its dbopen() calls, the
LOGINREC structure is no longer necessary. dbloginfree() frees
the memory associated with the specified LOGINREC structure.
PARAMETERS:
loginptr - A pointer to a LOGINREC structure.
RETURNS:
None.
SEE ALSO:
dblogin, dbopen