--- embedaddon/mpd/src/eap.h 2019/10/22 13:49:55 1.1.1.3 +++ embedaddon/mpd/src/eap.h 2021/03/17 00:39:23 1.1.1.4 @@ -1,7 +1,7 @@ /* * See ``COPYRIGHT.mpd'' * - * $Id: eap.h,v 1.1.1.3 2019/10/22 13:49:55 misho Exp $ + * $Id: eap.h,v 1.1.1.4 2021/03/17 00:39:23 misho Exp $ * */ @@ -9,6 +9,7 @@ #ifndef _EAP_H_ #define _EAP_H_ +#include "command.h" #include "mbuf.h" #include "timer.h" @@ -106,7 +107,7 @@ extern void EapInput(Link l, struct authdata *auth, const u_char *pkt, u_short len); extern const char *EapCode(u_char code, char *buf, size_t len); extern const char *EapType(u_char type); - extern int EapStat(Context ctx, int ac, char *av[], void *arg); + extern int EapStat(Context ctx, int ac, const char *const av[], const void *arg); #endif