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

Diff for /src/usr.bin/ssh/xmalloc.h between version 1.8 and 1.8.2.1

version 1.8, 2002/03/04 17:27:39 version 1.8.2.1, 2002/06/26 15:30:39
Line 22 
Line 22 
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xrealloc(void *, size_t);  void    *xrealloc(void *, size_t);
 void     xfree(void *);  void     xfree(void *);
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
   
 #endif                          /* XMALLOC_H */  #endif                          /* XMALLOC_H */

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