1
0
mirror of https://github.com/rd235/cado synced 2025-01-14 14:46:14 +01:00
cado/include/pam_check.h

7 lines
110 B
C
Raw 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