--- embedaddon/mpd/src/pptp.h 2013/07/22 08:44:29 1.1.1.1 +++ embedaddon/mpd/src/pptp.h 2021/03/17 00:39:23 1.1.1.3 @@ -7,7 +7,7 @@ * See ``COPYRIGHT.whistle'' */ -#ifndef _PPTP_H +#ifndef _PPTP_H_ #define _PPTP_H_ #include "command.h" @@ -21,7 +21,7 @@ extern const struct cmdtab PptpSetCmds[]; extern const struct phystype gPptpPhysType; - extern int PptpsStat(Context ctx, int ac, char *av[], void *arg); + extern int PptpsStat(Context ctx, int ac, const char *const av[], const void *arg); #endif