irc.h 195 B

123456789
  1. // ECOin - Copyright (c) - 2014/2021 - 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