[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.26 and 1.27

version 1.26, 2001/06/25 08:25:37 version 1.27, 2001/06/26 06:32:50
Line 53 
Line 53 
   
 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 *);
 int     proto_spec(const char *spec);  int     proto_spec(const char *);
 char    *compat_cipher_proposal(char *cipher_prop);  char    *compat_cipher_proposal(char *);
 extern int compat13;  extern int compat13;
 extern int compat20;  extern int compat20;
 extern int datafellows;  extern int datafellows;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27