Files
pam_panic/src/pam_panic/pam_panic_reject.h

19 lines
320 B
C
Raw Normal View History

2018-04-01 02:09:00 +02:00
/*
FILENAME : pam_panic_reject.h
AUTHOR : Bandie
DATE : 2018-03-27T02:34:08+02:00
LICENSE : GNU-GPLv3
*/
2018-10-30 21:19:07 +01:00
#ifndef PAM_PANIC_REJECT_H
#define PAM_PANIC_REJECT_H
2018-10-30 21:21:40 +01:00
2018-10-30 22:05:05 +01:00
#include "../config.h"
#include <stdint.h>
int reject(char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);
2018-10-30 21:19:07 +01:00
2018-10-30 22:05:05 +01:00
2018-10-30 21:19:07 +01:00
#endif