In file useracc.h:

int usr_saveaccount

(useracc_t* uacc)

Write a user account to disk.

Documentation

Write a user account to disk.

Saves the specified account to disk. This function is called by the system. Under any normal circumstances, you won't need to call it.

Parameters:
uacc - A pointer to a useracc_t holding the account structure.
Returns:
Zero if the user could not be saved, in which case, errno will be set to the error reported by the system. One if the user was written successfully.
See Also:
usr_loadaccount().

Alphabetic index



This page was generated with the help of DOC++.