#ifndef _GATE_H_INCLUDED #define _GATE_H_INCLUDED extern bool debug; extern unsigned int reallen; extern unsigned int nicklen; void ts_printf(const char *format, ...); void van_printf(const char *format, ...); void con_break(); #endif /* _GATE_H_INCLUDED */ #include "irc.h" #include "ts.h" #include "vanilla.h"