added KillFreeConnections
This commit is contained in:
2
conman.h
2
conman.h
@ -156,4 +156,6 @@ void SCSave(SCStore *con, SConnection *pCon);
|
|||||||
SConnection *SCLoad(SCStore *con);
|
SConnection *SCLoad(SCStore *con);
|
||||||
/* check con and return SConnection if still valid or NULL otherwise. */
|
/* check con and return SConnection if still valid or NULL otherwise. */
|
||||||
|
|
||||||
|
void KillFreeConnections(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user