]> Git Repo - VerusCoin.git/blob - src/qt/qtipcserver.h
fix #1843 by changing 2 GUI shortcuts
[VerusCoin.git] / src / qt / qtipcserver.h
1 #ifndef QTIPCSERVER_H
2 #define QTIPCSERVER_H
3
4 // Define Bitcoin-Qt message queue name
5 #define BITCOINURI_QUEUE_NAME "BitcoinURI"
6
7 void ipcScanRelay(int argc, char *argv[]);
8 void ipcInit(int argc, char *argv[]);
9
10 #endif // QTIPCSERVER_H
This page took 0.024655 seconds and 4 git commands to generate.