aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.h
blob: f775f272c27c940e9c10ce8c66fda0d12cbd68b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef QTIPCSERVER_H
#define QTIPCSERVER_H

#include <string>

// Define Bitcoin-Qt message queue name for mainnet
#define BITCOINURI_QUEUE_NAME_MAINNET "BitcoinURI"
// Define Bitcoin-Qt message queue name for testnet
#define BITCOINURI_QUEUE_NAME_TESTNET "BitcoinURI-testnet"

extern std::string strBitcoinURIQueueName;

void ipcScanRelay(int argc, char *argv[]);
void ipcInit(int argc, char *argv[]);

#endif // QTIPCSERVER_H