]> code.citadel.org Git - citadel.git/blobdiff - citadel/locate_host.h
* is_public_client() now caches the IP addresses of all hosts in
[citadel.git] / citadel / locate_host.h
index 2f74049b02c8455844fd044c067a6834d2319fdb..e2abe7967a08d56bd610bd5933373d8eacdc1363 100644 (file)
@@ -3,3 +3,4 @@ void locate_host(char *tbuf, size_t n,
                char *abuf, size_t na,
                const struct in_addr *addr);
 int rbl_check(char *message_to_spammer);
+int hostname_to_dotted_quad(char *addr, char *host);