1
0
mirror of https://github.com/rd235/cado synced 2024-12-27 06:24:11 +01:00
cado/pam_check.h
2016-06-25 14:12:41 +02:00

5 lines
78 B
C

#ifndef PAM_CHECK_H
#define PAM_CHECK_H
int pam_check(char *username);
#endif