comparison 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
comparison
equal deleted inserted replaced
224:1dbd2473482f 246:f4cf0415fec1
1 #ifndef _BLACKLIST_H_
2 #define _BLACKLIST_H_
3
4 int is_blacklisted (char *remote_ip);
5 void blacklist (char *addrstring);
6
7 #endif