Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
src
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
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef BITCOIN_SHUTDOWN_H
7
#define BITCOIN_SHUTDOWN_H
8
9
void
StartShutdown
();
10
void
AbortShutdown
();
11
bool
ShutdownRequested
();
12
13
#endif
StartShutdown
void StartShutdown()
Definition:
shutdown.cpp:12
AbortShutdown
void AbortShutdown()
Definition:
shutdown.cpp:16
ShutdownRequested
bool ShutdownRequested()
Definition:
shutdown.cpp:20
Generated on Fri Apr 30 2021 13:53:45 for Bitcoin Core by
1.8.8