1
0
mirror of https://github.com/rd235/cado synced 2025-01-14 06:38:15 +01:00
cado/include/pam_check.h
2020-01-08 11:19:54 +01:00

7 lines
110 B
C

#ifndef PAM_CHECK_H
#define PAM_CHECK_H
#include <security/pam_appl.h>
int pam_check(char *username);
#endif