summaryrefslogtreecommitdiff
path: root/other/ssharp/auth2-pam.h
blob: 2d9269e259d8c747f83f655ee6c11553b04af656 (plain)
1
2
3
4
5
6
7
8
/* $Id: auth2-pam.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#include "includes.h"
#ifdef USE_PAM

int	auth2_pam(Authctxt *authctxt);

#endif /* USE_PAM */