mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
parse address in AddressBook
This commit is contained in:
parent
ec3462fabe
commit
07654212f8
6 changed files with 37 additions and 50 deletions
|
@ -18,6 +18,7 @@ namespace data
|
|||
public:
|
||||
|
||||
AddressBook ();
|
||||
bool GetIdentHash (const std::string& address, IdentHash& ident);
|
||||
const IdentHash * FindAddress (const std::string& address);
|
||||
void InsertAddress (const std::string& address, const std::string& base64); // for jump service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue