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

Diff for /src/usr.bin/ssh/misc.h between version 1.41 and 1.42

version 1.41, 2010/01/09 23:04:13 version 1.42, 2010/07/13 11:52:06
Line 35 
Line 35 
 void     sanitise_stdfd(void);  void     sanitise_stdfd(void);
 void     ms_subtract_diff(struct timeval *, int *);  void     ms_subtract_diff(struct timeval *, int *);
 void     ms_to_timeval(struct timeval *, int);  void     ms_to_timeval(struct timeval *, int);
   int      timing_safe_cmp(const void *, const void *, size_t);
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
 const char *ssh_gai_strerror(int);  const char *ssh_gai_strerror(int);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42