blob: c54f811cfa0df2adbf7a8f40815c6ef04eae77cb [file] [log] [blame]
Damien Millere9cf3572001-02-09 12:55:35 +11001/* $Id: auth2-pam.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
Damien Millerb8481582000-12-03 11:51:51 +11003#include "includes.h"
4#ifdef USE_PAM
5
6int auth2_pam(Authctxt *authctxt);
7
8#endif /* USE_PAM */