Diff for /embedaddon/mpd/src/console.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2019/10/22 13:49:55 version 1.1.1.4, 2021/03/17 00:39:23
Line 116 Line 116
   extern int    ConsoleInit(Console c);    extern int    ConsoleInit(Console c);
   extern int    ConsoleOpen(Console c);    extern int    ConsoleOpen(Console c);
   extern int    ConsoleClose(Console c);    extern int    ConsoleClose(Console c);
  extern int    ConsoleStat(Context ctx, int ac, char *av[], void *arg);  extern int    ConsoleStat(Context ctx, int ac, const char *const av[], const void *arg);
   extern Context        StdConsoleConnect(Console c);    extern Context        StdConsoleConnect(Console c);
   extern void   ConsoleShutdown(Console c);    extern void   ConsoleShutdown(Console c);
   extern void   ConsoleCancelCleanup(void *rwlock);    extern void   ConsoleCancelCleanup(void *rwlock);
   
  extern int    UserCommand(Context ctx, int ac, char *av[], void *arg);  extern int    UserCommand(Context ctx, int ac, const char *const av[], const void *arg);
  extern int    UserStat(Context ctx, int ac, char *av[], void *arg);  extern int    UserStat(Context ctx, int ac, const char *const av[], const void *arg);
   
 #endif  #endif
   

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


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