Diff for /embedaddon/mpd/src/radsrv.h between versions 1.1.1.2 and 1.1.1.2.2.1

version 1.1.1.2, 2021/03/17 00:39:23 version 1.1.1.2.2.1, 2023/09/27 11:08:01
Line 9 Line 9
 #define _RADSRV_H_  #define _RADSRV_H_
   
 #include "defs.h"  #include "defs.h"
   
   #ifdef USE_RADIUS
 #include <radlib.h>  #include <radlib.h>
   
 /*  /*
Line 57  extern int RadsrvOpen(Radsrv c); Line 59  extern int RadsrvOpen(Radsrv c);
 extern int RadsrvClose(Radsrv c);  extern int RadsrvClose(Radsrv c);
 extern int RadsrvStat(Context ctx, int ac, const char *const av[], const void *arg);  extern int RadsrvStat(Context ctx, int ac, const char *const av[], const void *arg);
   
   #endif /* USE_RADIUS */
 #endif  #endif

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


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