mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Fixed recommend friend.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4197 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e42c7b6323
commit
4d4c4c0a47
3 changed files with 12 additions and 13 deletions
|
@ -55,7 +55,7 @@ class RetroShareLink
|
|||
RetroShareLink(const QString& url);
|
||||
|
||||
bool createFile(const QString& name, uint64_t size, const QString& hash);
|
||||
bool createPerson(const QString& name, const QString& hash);
|
||||
bool createPerson(const std::string& id);
|
||||
bool createForum(const std::string& id, const std::string& msgId);
|
||||
bool createChannel(const std::string& id, const std::string& msgId);
|
||||
bool createSearch(const QString& keywords);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue