Bitcoin Core  29.1.0
P2P Digital Currency
mapport.h
Go to the documentation of this file.
1 // Copyright (c) 2011-2020 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef BITCOIN_MAPPORT_H
6 #define BITCOIN_MAPPORT_H
7 
8 static constexpr bool DEFAULT_NATPMP = false;
9 
10 void StartMapPort(bool enable);
11 void InterruptMapPort();
12 void StopMapPort();
13 
14 #endif // BITCOIN_MAPPORT_H
void StartMapPort(bool enable)
Definition: mapport.cpp:137
void StopMapPort()
Definition: mapport.cpp:154
void InterruptMapPort()
Definition: mapport.cpp:147
static constexpr bool DEFAULT_NATPMP
Definition: mapport.h:8