Fix libbolt.h

This commit is contained in:
J. Ayo Akinyele 2019-09-03 16:42:51 +02:00
parent 980d80ddc2
commit 7019f10010
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
#include <stdint.h>
#include <errno.h>
#ifdef __cplusplus
#include "rapidjson/document.h"
#include "rapidjson/writer.h"
#include "rapidjson/stringbuffer.h"
#ifdef __cplusplus
using namespace rapidjson;
extern "C" {
@ -115,7 +115,7 @@ char* ffishim_bidirectional_wtp_check_wpk(const char *wpk);
}
return 0;
}
}
#endif // end c++ check
}
#endif // LIBBOLT_INCLUDE_H_