--- libaitsess/inc/aitsess.h 2008/10/13 18:22:01 1.1.1.1.2.3 +++ libaitsess/inc/aitsess.h 2010/09/01 20:24:20 1.1.1.1.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.h,v 1.1.1.1.2.3 2008/10/13 18:22:01 misho Exp $ +* $Id: aitsess.h,v 1.1.1.1.2.4 2010/09/01 20:24:20 misho Exp $ * *************************************************************************/ #ifndef __AITSESS_H @@ -272,6 +272,13 @@ inline int ipc_decSemaphore(tagSess * __restrict s); // --------------------------------------------------------- +/* + * sess_GetValues() Get all values from session shared memory + * @s = Session item + * @ppsVals = Return array strings + * return: -1 error: in parameter, !=-1 count of returned strings in ppsVals (must be free after use!) +*/ +int sess_GetValues(tagSess * __restrict s, char ***ppsVals); /* * sess_GetValue() Get value from session shared memory from attribute * @s = Session item