summaryrefslogtreecommitdiff
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-07 00:19:55 -0500
committerMichael Mann <mmann78@netscape.net>2015-01-07 18:01:15 +0000
commit493f03b4200f96f45fadf3302b1d3bfb5a95b409 (patch)
tree2d5ec8e610e120f5f4890d4b98eff32428f879db /epan/to_str.h
parent2139110e54daa9985c95f9298ee2397b5981909f (diff)
downloadwireshark-493f03b4200f96f45fadf3302b1d3bfb5a95b409.tar.gz
Remove bytestring_to_ep_str
Use wmem equivalent bytestring_to_str Change-Id: I1ec7509e3adb36ab0f65317459653cb3b4b11af8 Reviewed-on: https://code.wireshark.org/review/6368 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index de3fc7084d..b1892dda1a 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -145,9 +145,6 @@ WS_DLL_PUBLIC char *bytes_to_str(wmem_allocator_t *allocator, const guint8 *bd,
*/
WS_DLL_PUBLIC gchar *bytes_to_ep_str_punct(const guint8 *bd, int bd_len, gchar punct);
-/* Deprecated, use bytestring_to_str instead */
-WS_DLL_PUBLIC const gchar *bytestring_to_ep_str(const guint8 *, const guint32, const char punct);
-
WS_DLL_PUBLIC const gchar *bytestring_to_str(wmem_allocator_t *scope, const guint8 *ad, const guint32 len, const char punct);
#ifdef __cplusplus