X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Feap_peer%2Feap_methods.h;fp=src%2Feap_peer%2Feap_methods.h;h=57302b2d6ff16d826794d44bcba1e87d52ad8927;hb=193d9dc52b30a893aeeb4e1ff696dc6ef35262d2;hp=4330b5748d3244660ec68d48d98f16e1958a6530;hpb=99ba7f889b95dfc8e895a0d691238260124a414d;p=libeap.git diff --git a/src/eap_peer/eap_methods.h b/src/eap_peer/eap_methods.h index 4330b57..57302b2 100644 --- a/src/eap_peer/eap_methods.h +++ b/src/eap_peer/eap_methods.h @@ -17,6 +17,10 @@ #include "eap_common/eap_defs.h" +#ifdef __cplusplus +extern "C" { +#endif + const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method); const struct eap_method * eap_peer_get_methods(size_t *count); @@ -111,4 +115,8 @@ int eap_peer_vendor_test_register(void); int eap_peer_tnc_register(void); int eap_peer_pwd_register(void); +#ifdef __cplusplus +} +#endif + #endif /* EAP_METHODS_H */