Un-mangle Destination in case we need to somehow pass one to DestroyLocalDestination,RequestLeaseSet, etc

This commit is contained in:
idk 2021-06-17 13:46:57 -04:00
parent 3330d2bb0c
commit 45ef6cba9d
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
2 changed files with 9 additions and 1 deletions

View file

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