Abstract all IPC communication to qtipcserver

This commit is contained in:
Luke Dashjr
2012-08-24 16:48:41 +00:00
parent 0050cf21ce
commit bc8d832335
3 changed files with 46 additions and 54 deletions

View File

@@ -4,6 +4,7 @@
// Define Bitcoin-Qt message queue name
#define BITCOINURI_QUEUE_NAME "BitcoinURI"
void ipcInit();
void ipcScanRelay(int argc, char *argv[]);
void ipcInit(int argc, char *argv[]);
#endif // QTIPCSERVER_H