Skip to content
Snippets Groups Projects
Commit e73a208f authored by David Baker's avatar David Baker
Browse files

doc string

parent 39a1ee0b
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,12 @@ int olm_session_has_received_message(
OlmSession *session
);
/**
* Return a string describing the internal state of an olm session,
* for debugging and logging purposes. The pointer returned points
* to an internal buffer and is valid until the next call to
* olm_session_describe on the same olm session object.
*/
const char * olm_session_describe(OlmSession * session);
/** Checks if the PRE_KEY message is for this in-bound session. This can happen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment