1.1 --- a/src/pEpEngine.h Wed Apr 19 13:42:06 2017 +0200
1.2 +++ b/src/pEpEngine.h Wed Apr 19 17:44:19 2017 +0200
1.3 @@ -147,6 +147,17 @@
1.4 DYNAMIC_API void release(PEP_SESSION session);
1.5
1.6
1.7 +// const stringlist_t* get_errorstack(PEP_SESSION) - get the error stack for that session, if any
1.8 +//
1.9 +// parameters:
1.10 +// session (in) session handle
1.11 +//
1.12 +// caveat:
1.13 +// To get a useful error stack you have to compile with -DDEBUG_ERRORSTACK
1.14 +// The error stack belongs to the session. Do no not change it!
1.15 +DYNAMIC_API const stringlist_t* get_errorstack(PEP_SESSION session);
1.16 +
1.17 +
1.18 // config_passive_mode() - enable passive mode
1.19 //
1.20 // parameters: