[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.15 and 1.16

version 1.15, 2015/04/24 01:36:01 version 1.16, 2016/02/15 09:47:49
Line 16 
Line 16 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
   void     ssh_malloc_init(void);
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xreallocarray(void *, size_t, size_t);  void    *xreallocarray(void *, size_t, size_t);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16