cado/pam_check.h

5 lines
78 B
C
Raw Normal View History

2016-06-25 14:12:41 +02:00
#ifndef PAM_CHECK_H
#define PAM_CHECK_H
int pam_check(char *username);
#endif