Raven Core  3.0.0
P2P Digital Currency
zmqconfig.h
Go to the documentation of this file.
1 // Copyright (c) 2014 The Bitcoin Core developers
2 // Copyright (c) 2017-2019 The Raven 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 RAVEN_ZMQ_ZMQCONFIG_H
7 #define RAVEN_ZMQ_ZMQCONFIG_H
8 
9 #if defined(HAVE_CONFIG_H)
10 #include "config/raven-config.h"
11 #endif
12 
13 #include <stdarg.h>
14 #include <string>
15 
16 #if ENABLE_ZMQ
17 #include <zmq.h>
18 #endif
19 
20 #include "primitives/block.h"
21 #include "primitives/transaction.h"
22 
23 void zmqError(const char *str);
24 
25 #endif // RAVEN_ZMQ_ZMQCONFIG_H
void zmqError(const char *str)