[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.37 and 1.38

version 1.37, 2007/12/27 14:22:08 version 1.38, 2008/06/12 20:38:28
Line 33 
Line 33 
 char    *percent_expand(const char *, ...) __attribute__((__sentinel__));  char    *percent_expand(const char *, ...) __attribute__((__sentinel__));
 char    *tohex(const void *, size_t);  char    *tohex(const void *, size_t);
 void     sanitise_stdfd(void);  void     sanitise_stdfd(void);
   void     ms_subtract_diff(struct timeval *, int *);
   void     ms_to_timeval(struct timeval *, int);
   
 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.37  
changed lines
  Added in v.1.38