irc.h 196 B

12345678910
  1. // ECOin - Copyright (c) - 2014/2022 - GPLv3 - epsylon@riseup.net (https://03c8.net)
  2. #ifndef ECOIN_IRC_H
  3. #define ECOIN_IRC_H
  4. void ThreadIRCSeed(void* parg);
  5. extern int nGotIRCAddresses;
  6. #endif