From c23b8c43d3f5f420be4f99ae81854398aa762076 Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 2 Sep 2005 13:58:37 +0000 Subject: [PATCH] added KillFreeConnections --- conman.h | 2 ++ 1 file changed, 2 insertions(+) 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