Diff for /libelwix/inc/elwix/ampool.h between versions 1.3.20.1 and 1.3.20.2

version 1.3.20.1, 2015/06/25 00:36:47 version 1.3.20.2, 2015/06/25 01:19:09
Line 260  char *mpool_xstrdup(const char *str); Line 260  char *mpool_xstrdup(const char *str);
  * return: none   * return: none
  */   */
 void mpool_xstatistics(mpool_stat_cb cb);  void mpool_xstatistics(mpool_stat_cb cb);
   /*
    * mpool_xdump() - Dump elwix memory pool statistics
    *
    * return: none
    */
   void mpool_xdump();
   
   
 #endif  #endif

Removed from v.1.3.20.1  
changed lines
  Added in v.1.3.20.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>