cado/include/pam_check.h

7 lines
110 B
C
Raw Permalink Normal View History

2016-06-25 14:12:41 +02:00
#ifndef PAM_CHECK_H
#define PAM_CHECK_H
#include <security/pam_appl.h>
2016-06-25 14:12:41 +02:00
int pam_check(char *username);
#endif