/* dline_conf.h  -- lets muse over dlines, shall we?
 *
 * $Id: dline_conf.h,v 1.3 2005/08/27 16:23:49 jpinto Exp $ 
 */

#ifndef INCLUDED_dline_conf_h
#define INCLUDED_dline_conf_h

struct Client;
struct ConfItem;

extern void clear_Dline_table();
extern void zap_Dlines();
extern void add_Dline(struct ConfItem *conf_ptr);
extern void add_ip_Kline(struct ConfItem *conf_ptr);

extern void add_dline(struct ConfItem *conf_ptr);

extern struct ConfItem *match_Dline(unsigned long ip);
extern struct ConfItem* match_ip_Kline(unsigned long ip, const char* name);

extern void report_dlines(struct Client *sptr);
extern void report_ip_Klines(struct Client *sptr);

#endif /* INCLUDED_dline_conf_h */




syntax highlighted by Code2HTML, v. 0.9.1