Ultra-simplification of the build system for the text client.
[citadel.git] / citadel / locate_host.h
index b71d389c74d0e6503c4eb50056b95a33b4e3a139..68f113f5099ab428248aa2e133c13e9247294389 100644 (file)
@@ -1,7 +1,4 @@
-/* $Id$ */
-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);
+void locate_host(char *tbuf, size_t n, char *abuf, size_t na, int client_socket);
+int rbl_check(char *cs_addr, char *message_to_spammer);
 int hostname_to_dotted_quad(char *addr, char *host);
 int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);