summaryrefslogtreecommitdiff
path: root/epan/circuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/circuit.h')
-rw-r--r--epan/circuit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/circuit.h b/epan/circuit.h
index 2cb8757b43..0541f6dfa1 100644
--- a/epan/circuit.h
+++ b/epan/circuit.h
@@ -99,7 +99,7 @@ extern dissector_handle_t circuit_get_dissector(circuit_t *circuit);
*/
extern gboolean
try_circuit_dissector(circuit_type ctype, guint32 circuit_id, guint32 frame,
- tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+ tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data);
#ifdef __cplusplus
}