#include <login.hh>
List of all members.
Public Member Functions |
| login_t (const char *login, const char *passwd) |
const char * | login () |
void | chg_passwd (const char *passwd) |
unsigned long long | get_passwd_hash () |
Static Public Member Functions |
static unsigned long long | get_hash (const char *s) |
Detailed Description
Definition at line 17 of file login.hh.
Constructor & Destructor Documentation
my_lib::login_t::login_t |
( |
const char * |
login, |
|
|
const char * |
passwd | |
|
) |
| | |
Member Function Documentation
void my_lib::login_t::chg_passwd |
( |
const char * |
passwd |
) |
|
unsigned long long my_lib::login_t::get_hash |
( |
const char * |
s |
) |
[static] |
unsigned long long my_lib::login_t::get_passwd_hash |
( |
|
) |
|
const char * my_lib::login_t::login |
( |
|
) |
|
The documentation for this struct was generated from the following files: