[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.48 and 1.49

version 1.48, 2011/03/29 18:54:17 version 1.49, 2013/06/01 13:15:52
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);
   time_t   monotime(void);
   
 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.48  
changed lines
  Added in v.1.49