--- embedaddon/mpd/src/phys.h 2016/11/01 09:56:12 1.1.1.2 +++ embedaddon/mpd/src/phys.h 2021/03/17 00:39:23 1.1.1.3 @@ -73,7 +73,7 @@ * VARIABLES */ - extern const PhysType gPhysTypes[]; + extern const struct phystype *gPhysTypes[]; extern const char *gPhysStateNames[]; /* @@ -112,7 +112,7 @@ extern void PhysSetDeviceType(Link l, char *typename); extern int PhysGetOriginate(Link l); extern int PhysIsSync(Link l); - extern int PhysStat(Context ctx, int ac, char *av[], void *arg); + extern int PhysStat(Context ctx, int ac, const char *const av[], const void *arg); #endif