/* chanprot.c header file.
 *
 * IRC Services is copyright (c) 1996-2007 Andrew Church.
 *     E-mail: <achurch@achurch.org>
 * Parts written by Andrew Kempe and others.
 * This program is free but copyrighted software; see the file COPYING for
 * details.
 */

#ifndef CHANPROT_H
#define CHANPROT_H

extern int init_chanprot(Module *module_);
extern void exit_chanprot(void);

#endif


syntax highlighted by Code2HTML, v. 0.9.1