summaryrefslogtreecommitdiffstats
path: root/src/libutil/addr.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-05-16 12:38:02 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-05-16 12:39:07 +0100
commit0c01103c021a7be7a62235aa3d14b5ca9ac46472 (patch)
treea05baffb7dae2450d67ad7bc15ca7f1745171be1 /src/libutil/addr.h
parent5bf7ecf87bfe2687970493206e95b28773318c13 (diff)
downloadrspamd-0c01103c021a7be7a62235aa3d14b5ca9ac46472.tar.gz
rspamd-0c01103c021a7be7a62235aa3d14b5ca9ac46472.zip
[Feature] Add function for pretty printing of inet addresses
Diffstat (limited to 'src/libutil/addr.h')
-rw-r--r--src/libutil/addr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libutil/addr.h b/src/libutil/addr.h
index afed3f8fc..bb9fd2573 100644
--- a/src/libutil/addr.h
+++ b/src/libutil/addr.h
@@ -108,6 +108,13 @@ gboolean rspamd_parse_inet_address (rspamd_inet_addr_t **target,
const char * rspamd_inet_address_to_string (const rspamd_inet_addr_t *addr);
/**
+ * Returns pretty string representation of inet address
+ * @param addr
+ * @return statically allocated string pointer (not thread safe)
+ */
+const char * rspamd_inet_address_to_string_pretty (const rspamd_inet_addr_t *addr);
+
+/**
* Returns port number for the specified inet address in host byte order
* @param addr
* @return