added KillFreeConnections

This commit is contained in:
zolliker
2005-09-02 13:58:37 +00:00
parent 9a051e8289
commit c23b8c43d3

View File

@ -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