aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/circuit.h')
-rw-r--r--epan/circuit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/circuit.h b/epan/circuit.h
index 1271706a33..cd262b1318 100644
--- a/epan/circuit.h
+++ b/epan/circuit.h
@@ -51,6 +51,7 @@ typedef struct circuit {
circuit_key *key_ptr; /* pointer to the key for this circuit */
} circuit_t;
+extern void circuit_cleanup(void);
extern void circuit_init(void);
extern circuit_t *circuit_new(circuit_type ctype, guint32 circuit_id,