Get it to build from go build

This commit is contained in:
idk
2021-06-17 23:12:22 -04:00
parent 5013ce5649
commit 7bc2e74683
7 changed files with 53 additions and 38 deletions

View File

@@ -20,10 +20,6 @@
#include "Signature.h"
#include "CryptoKey.h"
#ifdef __cplusplus
extern "C" {
#endif
namespace i2p
{
namespace data
@@ -248,8 +244,4 @@ namespace data
}
}
#ifdef __cplusplus
}
#endif
#endif