mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
added missing return comment in rsfiles
This commit is contained in:
parent
396d58da58
commit
e92c43f1f7
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ public:
|
|||
* @jsonapi{development}
|
||||
* @param[in] hash file identifier
|
||||
* @param[in] flags action to perform. Pict into { RS_FILE_CTRL_PAUSE, RS_FILE_CTRL_START, RS_FILE_CTRL_FORCE_CHECK } }
|
||||
* @return false if error occured such as unknown hash.
|
||||
*/
|
||||
virtual bool FileControl(const RsFileHash& hash, uint32_t flags) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue