summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp2t.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--epan/dissectors/packet-mp2t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mp2t.h b/epan/dissectors/packet-mp2t.h
index 219b7f9e..edc16777 100644
--- a/epan/dissectors/packet-mp2t.h
+++ b/epan/dissectors/packet-mp2t.h
@@ -20,6 +20,6 @@
#define MP2T_SYNC_BYTE 0x47
extern void
-mp2t_add_stream_type(packet_info *pinfo, guint32 pid, guint32 stream_type);
+mp2t_add_stream_type(packet_info *pinfo, uint32_t pid, uint32_t stream_type);
#endif /* __PACKET_MP2T_H__ */