--- embedaddon/mpd/src/ipcp.h 2013/07/22 08:44:29 1.1.1.1 +++ embedaddon/mpd/src/ipcp.h 2021/03/17 00:39:23 1.1.1.2 @@ -99,7 +99,7 @@ extern int IpcpCloseCmd(Context ctx); extern void IpcpInput(Bund b, Mbuf bp); extern void IpcpDefAddress(void); - extern int IpcpStat(Context ctx, int ac, char *av[], void *arg); + extern int IpcpStat(Context ctx, int ac, const char *const av[], const void *arg); #endif