* Added cs_addr field to struct CitContext -- holds a dotted quad string
[citadel.git] / citadel / locate_host.h
index 3c271102e83c34fd05aa1acb4ccbae8851f41da1..2f74049b02c8455844fd044c067a6834d2319fdb 100644 (file)
@@ -1,3 +1,5 @@
 /* $Id$ */
-void locate_host(char *tbuf, size_t n, const struct in_addr *addr);
+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);