X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=2f74049b02c8455844fd044c067a6834d2319fdb;hb=346f8cd942d1a0a48cc396651750945655fe8d39;hp=3c271102e83c34fd05aa1acb4ccbae8851f41da1;hpb=01008640a5b0d110e76db7e885accf45abfd20d9;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h index 3c271102e..2f74049b0 100644 --- a/citadel/locate_host.h +++ b/citadel/locate_host.h @@ -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);