summaryrefslogtreecommitdiff
path: root/auth2-pam.h
blob: db7aaae04e5a32663ca711c1a9ff2614665f4dec (plain)
1
2
3
4
5
6
#include "includes.h"
#ifdef USE_PAM

int	auth2_pam(Authctxt *authctxt);

#endif /* USE_PAM */