Diff for /embedaddon/mpd/src/eap.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2019/10/22 13:49:55 version 1.1.1.4, 2021/03/17 00:39:23
Line 9 Line 9
 #ifndef _EAP_H_  #ifndef _EAP_H_
 #define _EAP_H_  #define _EAP_H_
   
   #include "command.h"
 #include "mbuf.h"  #include "mbuf.h"
 #include "timer.h"  #include "timer.h"
   
Line 106 Line 107
   extern void   EapInput(Link l, struct authdata *auth, const u_char *pkt, u_short len);    extern void   EapInput(Link l, struct authdata *auth, const u_char *pkt, u_short len);
   extern const  char *EapCode(u_char code, char *buf, size_t len);    extern const  char *EapCode(u_char code, char *buf, size_t len);
   extern const  char *EapType(u_char type);    extern const  char *EapType(u_char type);
  extern int    EapStat(Context ctx, int ac, char *av[], void *arg);  extern int    EapStat(Context ctx, int ac, const char *const av[], const void *arg);
   
 #endif  #endif
   

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


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