1 2 3 4 5 6 7
#ifndef __IRC_CORE_H #define __IRC_CORE_H void irc_core_init(void); void irc_core_deinit(void); #endif