2018-04-01 00:09:00 +00:00
|
|
|
/*
|
|
|
|
FILENAME : pam_panic_password.h
|
|
|
|
AUTHOR : Bandie
|
|
|
|
DATE : 2018-03-27T02:34:08+02:00
|
|
|
|
LICENSE : GNU-GPLv3
|
|
|
|
*/
|
|
|
|
|
2018-04-01 14:45:09 +00:00
|
|
|
#ifndef PPASSFILE
|
|
|
|
#error PPASSFILE must be declared!
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int authPassword(pam_handle_t *pamh, char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);
|
|
|
|
|
2018-04-01 00:09:00 +00:00
|
|
|
|
|
|
|
|