/* Copyright (C) 2000-2003 Markus Lausser (sgop@users.sf.net) This is free software distributed under the terms of the GNU Public License. See the file COPYING for details. */ #ifndef _BANNET_H_ #define _BANNET_H_ #include "lopster.h" void ban_networks_load(); void ban_networks_save(); void ban_networks_clear(); void ban_networks_add(bannetworks_t* ban); int ban_networks_scan(const char *ip); #endif