summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mpeg-descriptor.h')
-rw-r--r--epan/dissectors/packet-mpeg-descriptor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mpeg-descriptor.h b/epan/dissectors/packet-mpeg-descriptor.h
index 6e6523ed..695efd61 100644
--- a/epan/dissectors/packet-mpeg-descriptor.h
+++ b/epan/dissectors/packet-mpeg-descriptor.h
@@ -13,14 +13,13 @@
#ifndef __PACKET_MPEG_DESCRIPTOR_H_
#define __PACKET_MPEG_DESCRIPTOR_H_
-#include <glib.h>
#include <epan/packet.h>
#include <epan/value_string.h>
extern value_string_ext mpeg_descr_service_type_vals_ext;
extern value_string_ext mpeg_descr_data_bcast_id_vals_ext;
-guint proto_mpeg_descriptor_dissect(tvbuff_t *tvb, guint offset, proto_tree *tree);
-guint proto_mpeg_descriptor_loop_dissect(tvbuff_t *tvb, guint offset, guint loop_len, proto_tree *tree);
+unsigned proto_mpeg_descriptor_dissect(tvbuff_t *tvb, unsigned offset, proto_tree *tree);
+unsigned proto_mpeg_descriptor_loop_dissect(tvbuff_t *tvb, unsigned offset, unsigned loop_len, proto_tree *tree);
#endif