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
25
int
neko_check_login
(
const
char
*username,
const
char
*passwd);
26
34
int
neko_switch_user
(
const
char
*username);
35
36
#endif
/* NEKO_LOGIN_H */
neko_switch_user
int neko_switch_user(const char *username)
Switches to an user.
neko_check_login
int neko_check_login(const char *username, const char *passwd)
Checks for a correct user password.
Generated by
1.9.8