* is_public_client() now caches the IP addresses of all hosts in
[citadel.git] / citadel / locate_host.h
1 /* $Id$ */
2 void locate_host(char *tbuf, size_t n,
3                 char *abuf, size_t na,
4                 const struct in_addr *addr);
5 int rbl_check(char *message_to_spammer);
6 int hostname_to_dotted_quad(char *addr, char *host);