RSSC: remove old malloc not needed anymore.
[citadel.git] / citadel / locate_host.h
index 69e343574c09b81587b0334df10adfd26c9e2af3..10039b9965a1fa82e1c045e5b0a11e6fa9f2248a 100644 (file)
@@ -1,2 +1,4 @@
-/* $Id$ */
-void locate_host(char *tbuf, const struct in_addr *addr);
+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);