Diff for /embedaddon/mpd/src/ecp.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 08:44:29 version 1.1.1.2, 2021/03/17 00:39:23
Line 85 Line 85
   extern Mbuf   EcpDataInput(Bund b, Mbuf bp);    extern Mbuf   EcpDataInput(Bund b, Mbuf bp);
   extern Mbuf   EcpDataOutput(Bund b, Mbuf bp);    extern Mbuf   EcpDataOutput(Bund b, Mbuf bp);
   extern void   EcpSendResetReq(Fsm fp);    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 int    EcpsInit(void);
   extern void   EcpsShutdown(void);    extern void   EcpsShutdown(void);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>