mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
More fixes to JSON API
Remove unnecessary dangerous method from RsLoginHelper Fix documentation for RsServiceControl::getServiceName that was breaking JSON API and causing compilation warning
This commit is contained in:
parent
5245765964
commit
1694e37c58
3 changed files with 1 additions and 12 deletions
|
@ -284,12 +284,6 @@ struct RsLoginHelper
|
|||
* @return true if already logged in, false otherwise
|
||||
*/
|
||||
bool isLoggedIn();
|
||||
|
||||
/**
|
||||
* @brief Close RetroShare session
|
||||
* @jsonapi{development}
|
||||
*/
|
||||
void closeSession();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue