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

version 1.1.1.1, 2013/07/22 08:44:29 version 1.1.1.3, 2021/03/17 00:39:23
Line 5 Line 5
  * Written by Alexander Motin <mav@FreeBSD.org>   * Written by Alexander Motin <mav@FreeBSD.org>
  */   */
   
#ifndef _L2TP_H#ifndef _L2TP_H_
 #define _L2TP_H_  #define _L2TP_H_
   
 #include "command.h"  #include "command.h"
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.1  
changed lines
  Added in v.1.1.1.3


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