--- embedaddon/mpd/src/ecp.h 2013/07/22 08:44:29 1.1.1.1 +++ embedaddon/mpd/src/ecp.h 2021/03/17 00:39:23 1.1.1.2 @@ -85,7 +85,7 @@ extern Mbuf EcpDataInput(Bund b, Mbuf bp); extern Mbuf EcpDataOutput(Bund b, Mbuf bp); extern void EcpSendResetReq(Fsm fp); - extern int EcpStat(Context ctx, int ac, char *av[], void *arg); + extern int EcpStat(Context ctx, int ac, const char *const av[], const void *arg); extern int EcpsInit(void); extern void EcpsShutdown(void);