load eepsite keys

This commit is contained in:
orignal 2014-03-19 16:38:55 -04:00
parent 59d195c6da
commit c855d8b413
3 changed files with 26 additions and 2 deletions

View file

@ -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; };