aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/to_str.h
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-09-16 20:34:07 +0100
committerJoão Valverde <j@v6e.pt>2021-09-17 00:08:41 +0100
commit18c155a3cabd258313a6d9bf2547f25deac32a8a (patch)
tree0b9002b3ef5b9d51dc98dfd307bd8227ece6a065 /wsutil/to_str.h
parent364df939eabc7732ae2c050d1594310ad7155451 (diff)
wsutil: Remove ip6_to_str_buf_with_pfx()
Writing a string prefix shouldn't require a specialized function here.
Diffstat (limited to 'wsutil/to_str.h')
-rw-r--r--wsutil/to_str.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wsutil/to_str.h b/wsutil/to_str.h
index 08b3fe3678..a8d6f829fb 100644
--- a/wsutil/to_str.h
+++ b/wsutil/to_str.h
@@ -293,9 +293,6 @@ WS_DLL_PUBLIC void ip6_to_str_buf(const ws_in6_addr *ad, gchar *buf, size_t buf_
WS_DLL_PUBLIC char *ip6_to_str(wmem_allocator_t *scope, const ws_in6_addr *ad);
-/* Returns length of the result. Takes a prefix to be inserted before the address. */
-WS_DLL_PUBLIC int ip6_to_str_buf_with_pfx(const ws_in6_addr *ad, gchar *buf, int buf_size, const char *prefix);
-
WS_DLL_PUBLIC gchar *ipxnet_to_str_punct(wmem_allocator_t *scope, const guint32 ad, const char punct);
WS_DLL_PUBLIC gchar *eui64_to_str(wmem_allocator_t *scope, const guint64 ad);