TF LD_AuthGetUsers();
	Called by Auth_Init() to load the userlist.
void LD_SetSecurity(const char *, TF);
	Called to change the security setting on an account.
void LD_SetSounds(const char *, TF);
	Called to change the sounds setting on an account. This function
	does not exist in RPGServ.
void LD_SetUseMSG(const char *, TF);
	Called to change the usemsg setting on an account.
void LD_SetPassword(const char *, const char *);
	Called to change the password of an account. NOTE this does no
	verification. You must make sure the password change is valid
	before calling this function.

@(#) $Id: loaddata.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $
