Diff for /embedaddon/mpd/src/mbuf.h between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2019/10/22 13:49:55 version 1.1.1.5, 2021/03/17 00:39:23
Line 90 Line 90
   
 /* Etc */  /* Etc */
   
  extern int    MemStat(Context ctx, int ac, char *av[], void *arg);  extern int    MemStat(Context ctx, int ac, const char *const av[], const void *arg);
   extern void   DumpBp(Mbuf bp);    extern void   DumpBp(Mbuf bp);
   
 #endif  #endif

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


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