mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-11 23:05:49 -05:00
RsFiles::parseFilesLink support old link formats
This commit is contained in:
parent
8b4fcbe9e0
commit
198fa7d8bc
2 changed files with 60 additions and 2 deletions
|
|
@ -948,8 +948,9 @@ public:
|
|||
/**
|
||||
* @brief Parse RetroShare files link
|
||||
* @jsonapi{development}
|
||||
* @param[in] link files link either in radix or URL format
|
||||
* @param[out] collection optional storage for parsed files link
|
||||
* Support also old RetroShare-gui file and collections links format.
|
||||
* @param[in] link files link either in base64 or URL format
|
||||
* @param[out] collection storage for parsed files link
|
||||
* @return error information if some error occurred, 0/SUCCESS otherwise
|
||||
*/
|
||||
virtual std::error_condition parseFilesLink(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue