Diff for /embedaddon/mpd/src/l2tp.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2016/11/01 09:56:12 version 1.1.1.3, 2021/03/17 00:39:23
Line 19 Line 19
   extern const struct cmdtab    L2tpSetCmds[];    extern const struct cmdtab    L2tpSetCmds[];
   extern const struct phystype  gL2tpPhysType;    extern const struct phystype  gL2tpPhysType;
   
  extern int    L2tpsStat(Context ctx, int ac, char *av[], void *arg);  extern int    L2tpsStat(Context ctx, int ac, const char *const av[], const void *arg);
   
 #endif  #endif
   

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


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