/* SVSNICK support external declarations. * * IRC Services is copyright (c) 1996-2007 Andrew Church. * E-mail: * Parts written by Andrew Kempe and others. * This program is free but copyrighted software; see the file COPYING for * details. */ #ifndef SVSNICK_H #define SVSNICK_H extern int init_svsnick(Module *module_); extern void exit_svsnick(void); #endif /* SVSNICK_H */