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

Diff for /src/usr.bin/ssh/compat.h between version 1.5 and 1.6

version 1.5, 2000/04/03 07:07:15 version 1.6, 2000/04/12 07:45:44
Line 30 
Line 30 
   
 #ifndef COMPAT_H  #ifndef COMPAT_H
 #define COMPAT_H  #define COMPAT_H
   
   #define SSH_PROTO_UNKNOWN       0x00
   #define SSH_PROTO_1             0x01
   #define SSH_PROTO_1_PREFERRED   0x02
   #define SSH_PROTO_2             0x04
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);
 void    compat_datafellows(const char *s);  void    compat_datafellows(const char *s);
   int     proto_spec(const char *spec);
 extern int compat13;  extern int compat13;
 extern int compat20;  extern int compat20;
 extern int datafellows;  extern int datafellows;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6