]> code.citadel.org Git - citadel.git/blob - citadel/locate_host.h
Help text for the <.H>elp: commands in the text client, has been moved *into* the...
[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);