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

Diff for /src/usr.bin/ssh/packet.h between version 1.60 and 1.61

version 1.60, 2014/04/28 03:09:18 version 1.61, 2014/05/03 17:20:34
Line 114 
Line 114 
   
 void     packet_backup_state(void);  void     packet_backup_state(void);
 void     packet_restore_state(void);  void     packet_restore_state(void);
   void     packet_set_postauth(void);
   
 void    *packet_get_input(void);  void    *packet_get_input(void);
 void    *packet_get_output(void);  void    *packet_get_output(void);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61