Empty handlers for closing tags of <bind> and <query> stanzas. We handled those...
[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);