view blacklist.h @ 246:f4cf0415fec1 contrib-blacklist

- blacklisting patch from Michael Deiters
author Matt Johnston <matt@ucc.asn.au>
date Tue, 06 Sep 2005 04:52:46 +0000
parents
children
line wrap: on
line source

#ifndef _BLACKLIST_H_
#define _BLACKLIST_H_

int is_blacklisted (char *remote_ip);
void blacklist (char *addrstring);

#endif