* Added cs_addr field to struct CitContext -- holds a dotted quad string
[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);