Diff for /embedaddon/mpd/src/ippool.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 08:44:29 version 1.1.1.2, 2021/03/17 00:39:23
Line 31 Line 31
   extern void   IPPoolFree(char *pool, struct u_addr *ip);    extern void   IPPoolFree(char *pool, struct u_addr *ip);
       
   extern void   IPPoolInit(void);    extern void   IPPoolInit(void);
  extern int    IPPoolStat(Context ctx, int ac, char *av[], void *arg);  extern int    IPPoolStat(Context ctx, int ac, const char *const av[], const void *arg);
   
 #endif  #endif
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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