diff --git a/conman.h b/conman.h index 68a2c781..502d0e24 100644 --- a/conman.h +++ b/conman.h @@ -156,4 +156,6 @@ void SCSave(SCStore *con, SConnection *pCon); SConnection *SCLoad(SCStore *con); /* check con and return SConnection if still valid or NULL otherwise. */ +void KillFreeConnections(void); + #endif