--- libaitsess/inc/aitsess.h 2012/02/10 17:14:21 1.3.2.5 +++ libaitsess/inc/aitsess.h 2012/02/10 22:46:41 1.3.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.h,v 1.3.2.5 2012/02/10 17:14:21 misho Exp $ +* $Id: aitsess.h,v 1.3.2.6 2012/02/10 22:46:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -123,11 +123,11 @@ int sess_initSession(int id, const char *csFName, ait_ /* * sess_freeSession() Free allocated memory for session item and delete session file if present name * - * @csFName = Session filename for delete, if NULL nothing delete * @Sess = Session item + * @delFile = !=0 delete session file or =0 keep session * return: none */ -void sess_freeSession(const char *csFName, ait_sess_t ** __restrict Sess); +void sess_freeSession(ait_sess_t ** __restrict Sess, int delFile); /*