--- libaitio/inc/aitsess.h 2013/03/13 14:16:12 1.1.2.1 +++ libaitio/inc/aitsess.h 2013/03/13 14:48:08 1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.h,v 1.1.2.1 2013/03/13 14:16:12 misho Exp $ +* $Id: aitsess.h,v 1.1.2.2 2013/03/13 14:48:08 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -98,14 +98,6 @@ typedef struct tagSess { int (*decSem)(void *); } sess; } ait_sess_t; - - -// sess_GetErrno() Get error code of last operation -inline int sess_GetErrno(); -// sess_GetError() Get error text of last operation -inline const char *sess_GetError(); -// sess_SetErr() Set error to variables for internal use!!! -inline void sess_SetErr(int eno, char *estr, ...); /*