[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.4 and 1.5

version 1.4, 1999/11/24 16:15:24 version 1.5, 2000/04/03 07:07:15
Line 31 
Line 31 
 #ifndef COMPAT_H  #ifndef COMPAT_H
 #define COMPAT_H  #define COMPAT_H
 void    enable_compat13(void);  void    enable_compat13(void);
   void    enable_compat20(void);
   void    compat_datafellows(const char *s);
 extern int compat13;  extern int compat13;
   extern int compat20;
   extern int datafellows;
 #endif  #endif

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