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

Diff for /src/usr.bin/ssh/auth.h between version 1.1 and 1.2

version 1.1, 2000/03/28 21:15:45 version 1.2, 2000/04/06 08:55:22
Line 2 
Line 2 
 #define AUTH_H  #define AUTH_H
   
 void    do_authentication(void);  void    do_authentication(void);
   void    do_authentication2(void);
   
   struct passwd *
   auth_get_user(void);
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2