aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p7.h
diff options
context:
space:
mode:
authorAnders Broman <a.broman58@gmail.com>2023-06-15 03:07:26 +0200
committerAndersBroman <a.broman58@gmail.com>2023-08-08 19:09:02 +0000
commitdf59bfff2edbdd453d8e057189219ccff5858d8d (patch)
tree44865063077018204baa3de765356f4acb4dfa1a /epan/dissectors/packet-p7.h
parentd5ea143ee28b4aa707f9270fbbeffe3ead92bf4d (diff)
Convert asn2ws to generate C99 types
Diffstat (limited to 'epan/dissectors/packet-p7.h')
-rw-r--r--epan/dissectors/packet-p7.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-p7.h b/epan/dissectors/packet-p7.h
index a219740610..57b2284746 100644
--- a/epan/dissectors/packet-p7.h
+++ b/epan/dissectors/packet-p7.h
@@ -18,7 +18,7 @@
#define PACKET_P7_H
extern const value_string p7_SignatureStatus_vals[];
-int dissect_p7_SequenceNumber(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
-int dissect_p7_SignatureStatus(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_p7_SequenceNumber(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_p7_SignatureStatus(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
#endif /* PACKET_P7_H */