mirror of
https://github.com/rd235/cado
synced 2025-02-05 16:17:46 +01:00
5 lines
78 B
C
5 lines
78 B
C
#ifndef PAM_CHECK_H
|
|
#define PAM_CHECK_H
|
|
int pam_check(char *username);
|
|
#endif
|