diff options
Diffstat (limited to 'src/libutil/addr.h')
-rw-r--r-- | src/libutil/addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/addr.h b/src/libutil/addr.h index a50786adc..9b0921747 100644 --- a/src/libutil/addr.h +++ b/src/libutil/addr.h @@ -227,7 +227,7 @@ gboolean rspamd_parse_host_port_priority (const gchar *str, * Destroy the specified IP address * @param addr */ -void rspamd_inet_address_destroy (rspamd_inet_addr_t *addr); +void rspamd_inet_address_free (rspamd_inet_addr_t *addr); /** * Apply the specified mask to an address (ignored for AF_UNIX) |