aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mq.h')
-rw-r--r--epan/dissectors/packet-mq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mq.h b/epan/dissectors/packet-mq.h
index 70107b0cc4..b6b69960ae 100644
--- a/epan/dissectors/packet-mq.h
+++ b/epan/dissectors/packet-mq.h
@@ -5580,10 +5580,10 @@ typedef struct _mq_parm_t
#endif
-extern gint32 strip_trailing_blanks(guint8 *a_str,
- guint32 a_size);
+extern gint32 strip_trailing_blanks(guint8 *a_str, guint32 a_size);
+extern const guint8* dissect_mqpcf_parm_getintval(guint uPrm, guint uVal);
extern guint32 dissect_mqpcf_parm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *mq_tree,
- guint offset, guint32 uCount, guint bLittleEndian, gboolean bParse);
+ guint offset, guint32 uCount, guint bLittleEndian, gboolean bParse);
extern int dissect_mqpcf_parm_grp(tvbuff_t* tvb, packet_info* pinfo, proto_tree* mq_tree,
guint offset, guint bLittleEndian, gboolean bParse);