NekoWM
A gfxprim proxy backend tiling window manager
Loading...
Searching...
No Matches
login.h
Go to the documentation of this file.
1//SPDX-License-Identifier: GPL-2.0-or-later
2/*
3
4 Copyright (c) 2019-2024 Cyril Hrubis <metan@ucw.cz>
5
6 */
7
13#ifndef NEKO_LOGIN_H
14#define NEKO_LOGIN_H
15
25int neko_check_login(const char *username, const char *passwd);
26
34int neko_switch_user(const char *username);
35
36#endif /* NEKO_LOGIN_H */
int neko_switch_user(const char *username)
Switches to an user.
int neko_check_login(const char *username, const char *passwd)
Checks for a correct user password.