[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/auth.h, Revision 1.2

1.1       markus      1: #ifndef AUTH_H
                      2: #define AUTH_H
                      3:
                      4: void   do_authentication(void);
1.2     ! markus      5: void   do_authentication2(void);
        !             6:
        !             7: struct passwd *
        !             8: auth_get_user(void);
1.1       markus      9:
                     10: #endif