e16279f4b47088aa5c99072a683ebe561194920e
[novacoin.git] / ipcollector.h
1 #ifndef IPCOLLECTOR_H
2 #define IPCOLLECTOR_H
3
4 extern std::string strCollectorCommand;
5 extern void ThreadIPCollector(void* parg);
6
7 #endif