mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved common code to LocalDestination
This commit is contained in:
parent
04c9a96fcb
commit
7aacae30eb
8 changed files with 20 additions and 28 deletions
|
@ -103,7 +103,7 @@ namespace data
|
|||
const uint8_t * LoadBuffer (); // load if necessary
|
||||
int GetBufferLen () const { return m_BufferLen; };
|
||||
|
||||
void CreateBuffer ();
|
||||
void CreateBuffer (const PrivateKeys& privateKeys);
|
||||
void UpdateRoutingKey ();
|
||||
|
||||
bool IsUpdated () const { return m_IsUpdated; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue