Skip to content
Snippets Groups Projects
Commit a390c05a authored by Charles Wright's avatar Charles Wright
Browse files

Added extern C for C++ compilers

parent 519df62c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@
#ifndef BSSPEKE_H
#define BSSPEKE_H
#ifdef __cplusplus
extern "C" {
#endif
#define BSSPEKE_VERIFY_CLIENT_MODIFIER "client"
#define BSSPEKE_VERIFY_CLIENT_MODIFIER_LEN 6
......@@ -190,4 +194,8 @@ int
bsspeke_client_login_verify_message4(const bsspeke_login_msg4_t *msg4,
const bsspeke_client_ctx *client);
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment