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

@@ -28,10 +28,6 @@
#include "Datagram.h"
#include "util.h"
#ifdef __cplusplus
extern "C" {
#endif
namespace i2p
{
namespace client
@@ -316,8 +312,4 @@ namespace client
}
}
#ifdef __cplusplus
}
#endif
#endif