Adding header guards

This commit is contained in:
2018-10-30 21:19:07 +01:00
parent 38de2fc9d2
commit 200a2ea260
3 changed files with 12 additions and 2 deletions

View File

@ -5,7 +5,11 @@ DATE : 2018-03-27T02:34:08+02:00
LICENSE : GNU-GPLv3
*/
#ifndef PAM_PANIC_REJECT_H
#define PAM_PANIC_REJECT_H
#include "../config.h"
#include <stdint.h>
int reject(char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);
#endif