summaryrefslogtreecommitdiffstats
path: root/src/tcpstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcpstate.h')
-rw-r--r--src/tcpstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcpstate.h b/src/tcpstate.h
index 1191f9d..2f77ddb 100644
--- a/src/tcpstate.h
+++ b/src/tcpstate.h
@@ -42,5 +42,6 @@ tcpstate_ptr tcpstate_new(iaddr from, iaddr to, unsigned sport, unsigned dport);
void tcpstate_discard(tcpstate_ptr tcpstate, const char* msg);
tcpstate_ptr tcpstate_getcurr(void);
void tcpstate_reset(tcpstate_ptr tcpstate, const char* msg);
+void tcpstate_free(tcpstate_ptr tcpstate);
#endif /* __dnscap_tcpstate_h */