diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-29 13:15:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-29 13:15:21 +0100 |
commit | 8fbd19806560ed1af1d4264ba8a40e4d2abba0ff (patch) | |
tree | 4dbb06af119f081ca5902207c147c2398e9644b9 /src/libutil/addr.h | |
parent | 852ec8126ca249debc59c5038ac58d5cbe96338f (diff) | |
download | rspamd-8fbd19806560ed1af1d4264ba8a40e4d2abba0ff.tar.gz rspamd-8fbd19806560ed1af1d4264ba8a40e4d2abba0ff.zip |
[Minor] Refactor destroy -> free
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) |