mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
fixed warnings
This commit is contained in:
parent
10335b90c5
commit
f087654f25
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,6 @@ namespace garlic
|
||||||
void SetNetID (int netID) { m_NetID = netID; };
|
void SetNetID (int netID) { m_NetID = netID; };
|
||||||
bool DecryptTunnelBuildRecord (const uint8_t * encrypted, uint8_t * data);
|
bool DecryptTunnelBuildRecord (const uint8_t * encrypted, uint8_t * data);
|
||||||
bool DecryptTunnelShortRequestRecord (const uint8_t * encrypted, uint8_t * data);
|
bool DecryptTunnelShortRequestRecord (const uint8_t * encrypted, uint8_t * data);
|
||||||
void SubmitECIESx25519Key (const uint8_t * key, uint64_t tag);
|
|
||||||
|
|
||||||
void UpdatePort (int port); // called from Daemon
|
void UpdatePort (int port); // called from Daemon
|
||||||
void UpdateAddress (const boost::asio::ip::address& host); // called from SSU2 or Daemon
|
void UpdateAddress (const boost::asio::ip::address& host); // called from SSU2 or Daemon
|
||||||
|
@ -197,6 +196,7 @@ namespace garlic
|
||||||
// override GarlicDestination
|
// override GarlicDestination
|
||||||
void ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg) override;
|
void ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg) override;
|
||||||
void ProcessDeliveryStatusMessage (std::shared_ptr<I2NPMessage> msg) override;
|
void ProcessDeliveryStatusMessage (std::shared_ptr<I2NPMessage> msg) override;
|
||||||
|
void SubmitECIESx25519Key (const uint8_t * key, uint64_t tag) override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue