[BACK]Return to encrypt.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libtelnet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libtelnet/encrypt.h between version 1.8 and 1.9

version 1.8, 2005/02/06 05:53:07 version 1.9, 2012/01/09 15:25:33
Line 77  typedef struct {
Line 77  typedef struct {
   
   
 typedef struct {  typedef struct {
         char    *name;          const char      *name;
         int     type;          int     type;
         void    (*output)(unsigned char *, int);          void    (*output)(unsigned char *, int);
         int     (*input)(int);          int     (*input)(int);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>