aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index 0b9ca717c4..5dd491f8b1 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -51,7 +51,7 @@ typedef struct _asn1_ctx_t {
tvbuff_t *arbitrary;
union {
struct {
- int (*ber_callback)(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset, struct _asn1_ctx_t*);
+ int (*ber_callback)(proto_tree *tree, tvbuff_t *tvb, int offset, struct _asn1_ctx_t*);
tvbuff_t *direct_reference;
gint32 indirect_reference;
guint32 encoding;