#ifndef __IRC_CORE_H #define __IRC_CORE_H void irc_core_init(void); void irc_core_deinit(void); #endif