PIVX Core  5.6.99
P2P Digital Currency
shutdown.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2010 Satoshi Nakamoto
2 // Copyright (c) 2009-2018 The Bitcoin Core developers
3 // Copyright (c) 2021 The PIVX Core developers
4 // Distributed under the MIT software license, see the accompanying
5 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
6 
7 #ifndef PIVX_SHUTDOWN_H
8 #define PIVX_SHUTDOWN_H
9 
10 void StartShutdown();
11 void AbortShutdown();
12 bool ShutdownRequested();
13 
14 #endif // PIVX_SHUTDOWN_H
bool ShutdownRequested()
Definition: shutdown.cpp:22
void StartShutdown()
Definition: shutdown.cpp:14
void AbortShutdown()
Definition: shutdown.cpp:18