|
From: Hye-Shik C. <pe...@us...> - 2002-12-14 02:55:11
|
perky 02/12/13 18:55:10
Modified: include eap_lcl.h
Log:
Add dlhdl element into struct EAPHANDLER
Revision Changes Path
1.3 +2 -1 libeap/include/eap_lcl.h
Index: eap_lcl.h
===================================================================
RCS file: /cvsroot/eap/libeap/include/eap_lcl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eap_lcl.h 13 Dec 2002 21:23:31 -0000 1.2
+++ eap_lcl.h 14 Dec 2002 02:55:09 -0000 1.3
@@ -33,6 +33,7 @@
struct EAP_TYPEHANDLER {
uint8_t typenum;/* Assigned number of EAP type */
const char *name; /* Friendly name of type */
+ void *dlhdl; /* Handle to Dynamic Library */
/*
* Type Handler global methods
@@ -62,6 +63,6 @@
#endif
/*
- * $Id: eap_lcl.h,v 1.2 2002/12/13 21:23:31 perky Exp $
+ * $Id: eap_lcl.h,v 1.3 2002/12/14 02:55:09 perky Exp $
* ex: ts=8 sts=4 et
*/
|