|
|
| version 1.1.2.1, 2013/03/13 14:16:12 | version 1.1.2.2, 2013/03/13 14:48:08 |
|---|---|
| Line 100 typedef struct tagSess { | Line 100 typedef struct tagSess { |
| } ait_sess_t; | } 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, ...); | |
| /* | /* |
| * sess_initSession() - Initializing session structure, | * sess_initSession() - Initializing session structure, |
| * if session file not exists creating with specified tech | * if session file not exists creating with specified tech |