[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.7.2.1 and 1.7.2.2

version 1.7.2.1, 2002/03/07 17:37:48 version 1.7.2.2, 2002/06/22 07:23:18
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.7.2.1  
changed lines
  Added in v.1.7.2.2