X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Feap_peer%2Feap_config.h;h=cb381bc347e6f65535016439615171afcdf76aab;hb=193d9dc52b30a893aeeb4e1ff696dc6ef35262d2;hp=b64b68f4b76c2159eadb6ca24b488598d055b03d;hpb=99ba7f889b95dfc8e895a0d691238260124a414d;p=mech_eap.orig diff --git a/src/eap_peer/eap_config.h b/src/eap_peer/eap_config.h index b64b68f..cb381bc 100644 --- a/src/eap_peer/eap_config.h +++ b/src/eap_peer/eap_config.h @@ -15,6 +15,10 @@ #ifndef EAP_CONFIG_H #define EAP_CONFIG_H +#ifdef __cplusplus +extern "C" { +#endif + /** * struct eap_peer_config - EAP peer configuration/credentials */ @@ -666,4 +670,8 @@ struct wpa_config_blob { struct wpa_config_blob *next; }; +#ifdef __cplusplus +} +#endif + #endif /* EAP_CONFIG_H */