cado/pam_check.h

5 lines
78 B
C

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