X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=68f113f5099ab428248aa2e133c13e9247294389;hb=HEAD;hp=10039b9965a1fa82e1c045e5b0a11e6fa9f2248a;hpb=56d69e5d8434e98835a2582c59b771ba69475431;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h deleted file mode 100644 index 10039b996..000000000 --- a/citadel/locate_host.h +++ /dev/null @@ -1,4 +0,0 @@ -void locate_host(char *tbuf, size_t n, char *abuf, size_t na, int client_socket); -int rbl_check(char *message_to_spammer); -int hostname_to_dotted_quad(char *addr, char *host); -int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);