--- embedaddon/mpd/src/ippool.h 2013/07/22 08:44:29 1.1.1.1 +++ embedaddon/mpd/src/ippool.h 2021/03/17 00:39:23 1.1.1.2 @@ -31,7 +31,7 @@ extern void IPPoolFree(char *pool, struct u_addr *ip); 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