12 lines
327 B
C
12 lines
327 B
C
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
|
* This file is part of ToaruOS and is released under the terms
|
|
* of the NCSA / University of Illinois License - see LICENSE.md
|
|
* Copyright (C) 2013-2018 K. Lange
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
extern int toaru_auth_check_pass(char * user, char * pass);
|
|
extern void toaru_auth_set_vars(void);
|
|
|