|
NekoWM
A gfxprim proxy backend tiling window manager
|
An utility to check user password. More...
Go to the source code of this file.
Functions | |
| int | neko_check_login (const char *username, const char *passwd) |
| Checks for a correct user password. | |
| int | neko_switch_user (const char *username) |
| Switches to an user. | |
An utility to check user password.
Definition in file login.h.
| int neko_check_login | ( | const char * | username, |
| const char * | passwd | ||
| ) |
Checks for a correct user password.
| username | An user name. |
| password | An user password. |
| int neko_switch_user | ( | const char * | username | ) |
Switches to an user.
| username | An user name. |