Below is the file 'blacklist.h' from this revision. You can also download the file.

#ifndef _BLACKLIST_H_
#define _BLACKLIST_H_

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

#endif