aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-16 18:34:17 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-16 18:34:17 +0000
commit4447b23f6b1199e8bcf67905638b1dbee7c4771f (patch)
tree18a833451be1d0d74ba92dc86674248fe8779515 /epan/tvbuff.h
parent0b2cb8a57550f0bc13d220860c61525ef27b8ac8 (diff)
Squelch some compiler warnings.
svn path=/trunk/; revision=37685
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 74bdeed12f..4a187332cb 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -627,7 +627,7 @@ typedef struct dgt_set_t
}
dgt_set_t;
-extern gchar *tvb_bcd_dig_to_ep_str(tvbuff_t *tvb, const gint offset, const gint len, dgt_set_t *dgt, gboolean skip_first);
+extern const gchar *tvb_bcd_dig_to_ep_str(tvbuff_t *tvb, const gint offset, const gint len, dgt_set_t *dgt, gboolean skip_first);
struct tvbuff *tvb_get_ds_tvb(tvbuff_t *tvb);