Diff for /embedaddon/mpd/src/pptp.h between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 23:32:47 version 1.1.1.3, 2021/03/17 00:39:23
Line 7 Line 7
  * See ``COPYRIGHT.whistle''   * See ``COPYRIGHT.whistle''
  */   */
   
#ifndef _PPTP_H#ifndef _PPTP_H_
 #define _PPTP_H_  #define _PPTP_H_
   
 #include "command.h"  #include "command.h"
Line 21 Line 21
   extern const struct cmdtab    PptpSetCmds[];    extern const struct cmdtab    PptpSetCmds[];
   extern const struct phystype  gPptpPhysType;    extern const struct phystype  gPptpPhysType;
   
  extern int            PptpsStat(Context ctx, int ac, char *av[], void *arg);  extern int            PptpsStat(Context ctx, int ac, const char *const av[], const void *arg);
   
 #endif  #endif
   

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


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