[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.1

1.1     ! markus      1: #ifndef AUTH_H
        !             2: #define AUTH_H
        !             3:
        !             4: void   do_authentication(void);
        !             5:
        !             6: #endif