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

version 1.1.1.2, 2013/07/22 08:44:29 version 1.1.1.3, 2021/03/17 00:39:23
Line 8 Line 8
 #ifndef _NAT_H_  #ifndef _NAT_H_
 #define _NAT_H_  #define _NAT_H_
   
   #include "command.h"
   #include "vars.h"
   
 #include <netgraph/ng_nat.h>  #include <netgraph/ng_nat.h>
   
 #ifdef NG_NAT_DESC_LENGTH  #ifdef NG_NAT_DESC_LENGTH
Line 53 Line 56
 #endif  #endif
   
   extern void   NatInit(Bund b);    extern void   NatInit(Bund b);
  extern int    NatStat(Context ctx, int ac, char *av[], void *arg);  extern int    NatStat(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>