diff options
Diffstat (limited to 'src/httprpc.h')
-rw-r--r-- | src/httprpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.h b/src/httprpc.h index 193f8d617a..2230a8ca4e 100644 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -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(); |