aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-disp.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-disp.h
parentd5ea143ee28b4aa707f9270fbbeffe3ead92bf4d (diff)
Convert asn2ws to generate C99 types
Diffstat (limited to 'epan/dissectors/packet-disp.h')
-rw-r--r--epan/dissectors/packet-disp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-disp.h b/epan/dissectors/packet-disp.h
index 8f927d6705..f09e7169db 100644
--- a/epan/dissectors/packet-disp.h
+++ b/epan/dissectors/packet-disp.h
@@ -17,6 +17,6 @@
#ifndef PACKET_DISP_H
#define PACKET_DISP_H
-int dissect_disp_AgreementID(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_disp_AgreementID(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_DISP_H */