]> code.citadel.org Git - citadel.git/blob - citadel/locate_host.h
SUBST: bad bug in plain text substitution: need to specify -1 if strlen not provided.
[citadel.git] / citadel / locate_host.h
1 void locate_host(char *tbuf, size_t n, char *abuf, size_t na, int client_socket);
2 int rbl_check(char *message_to_spammer);
3 int hostname_to_dotted_quad(char *addr, char *host);
4 int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);