aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dwarf.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-10-11 21:55:55 -0400
committerMichael Mann <mmann78@netscape.net>2017-11-19 05:14:27 +0000
commit752d0ef753983b45142e76a71dcdf3ab3c082439 (patch)
treeb79c569f8b488dfd90147624f0ede3a35cbdb41f /epan/dwarf.h
parentce8f8719004045497f95d1729f33053da43f69f8 (diff)
dissect_uleb128 -> tvb_get_varint/proto_tree_add_item_ret_length
Also update ENC_VARINT_PROTOBUF documentation while we're at it Change-Id: I72e1f9175adc0c6a8bb03ceddba04ffd4844a12e Reviewed-on: https://code.wireshark.org/review/24485 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dwarf.h')
-rw-r--r--epan/dwarf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dwarf.h b/epan/dwarf.h
index c948c5b315..211aca5713 100644
--- a/epan/dwarf.h
+++ b/epan/dwarf.h
@@ -25,7 +25,6 @@
#include <glib.h>
-gint dissect_uleb128(tvbuff_t *tvb, gint offset, guint64 *value);
gint dissect_leb128(tvbuff_t *tvb, gint offset, gint64 *value);
#endif /* __DWARF_H__ */