mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
load eepsite keys
This commit is contained in:
parent
59d195c6da
commit
c855d8b413
3 changed files with 26 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
#define STREAMING_H__
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <cryptopp/dsa.h>
|
||||
|
@ -106,6 +107,7 @@ namespace stream
|
|||
public:
|
||||
|
||||
StreamingDestination ();
|
||||
StreamingDestination (const std::string& fullPath);
|
||||
~StreamingDestination ();
|
||||
|
||||
const i2p::data::Keys& GetKeys () const { return m_Keys; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue