blob: db7aaae04e5a32663ca711c1a9ff2614665f4dec [file] [log] [blame]
Damien Millerb8481582000-12-03 11:51:51 +11001#include "includes.h"
2#ifdef USE_PAM
3
4int auth2_pam(Authctxt *authctxt);
5
6#endif /* USE_PAM */