]> code.citadel.org Git - citadel.git/blob - citadel/locate_host.h
Limit length of Commands sent to citserver; do multible json requests if neccessary
[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);