Free a login record.
void dbloginfree(loginptr) LOGINREC *loginptr;
A pointer to a LOGINREC structure.
None.
dblogin provides a LOGINREC structure for use with dbopen. 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.