Cleanup StartRest()

This commit is contained in:
DesWurstes
2018-08-10 18:04:42 +03:00
parent f66e1c793e
commit 2da54f5a66
3 changed files with 3 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ void StopHTTPRPC();
/** Start HTTP REST subsystem.
* Precondition; HTTP and RPC has been started.
*/
bool StartREST();
void StartREST();
/** Interrupt RPC REST subsystem.
*/
void InterruptREST();