diff options
Diffstat (limited to 'src/httprpc.h')
-rw-r--r-- | src/httprpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/httprpc.h b/src/httprpc.h index ccae29b45d..2230a8ca4e 100644 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2017 The Bitcoin Core developers +// Copyright (c) 2015-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -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(); |