diff options
Diffstat (limited to 'epan/dissectors/asn1/rtse/packet-rtse-template.h')
-rw-r--r-- | epan/dissectors/asn1/rtse/packet-rtse-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/rtse/packet-rtse-template.h b/epan/dissectors/asn1/rtse/packet-rtse-template.h index eb7b0473..09f6486e 100644 --- a/epan/dissectors/asn1/rtse/packet-rtse-template.h +++ b/epan/dissectors/asn1/rtse/packet-rtse-template.h @@ -14,6 +14,6 @@ #include "packet-rtse-exp.h" -void register_rtse_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_ros); +void register_rtse_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, bool uses_ros); #endif /* PACKET_RTSE_H */ |