// Copyright (c) 2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_IPC_CAPNP_PROTOCOL_H #define BITCOIN_IPC_CAPNP_PROTOCOL_H #include namespace ipc { class Protocol; namespace capnp { std::unique_ptr MakeCapnpProtocol(); } // namespace capnp } // namespace ipc #endif // BITCOIN_IPC_CAPNP_PROTOCOL_H