Bitcoin ABC
0.22.13
P2P Digital Currency
src
zmq
zmqconfig.h
Go to the documentation of this file.
1
// Copyright (c) 2014 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_ZMQ_ZMQCONFIG_H
6
#define BITCOIN_ZMQ_ZMQCONFIG_H
7
8
#if defined(HAVE_CONFIG_H)
9
#include <config/bitcoin-config.h>
10
#endif
11
12
#if ENABLE_ZMQ
13
#include <zmq.h>
14
#endif
15
16
#include <
primitives/transaction.h
>
17
18
void
zmqError
(
const
char
*str);
19
20
#endif // BITCOIN_ZMQ_ZMQCONFIG_H
transaction.h
zmqError
void zmqError(const char *str)
Definition:
zmqnotificationinterface.cpp:11
Generated on Wed Jan 27 2021 17:36:26 for Bitcoin ABC by
1.8.13