retrieve and store user's ekey when calling user/get_session_token

This commit is contained in:
josch
2014-12-29 15:11:53 +01:00
parent 80036b5bd9
commit 51b2ca1392
3 changed files with 51 additions and 19 deletions

View File

@@ -109,7 +109,8 @@ int mfconn_api_user_get_session_token(mfconn * conn,
const char *app_key,
uint32_t * secret_key,
char **secret_time,
char **session_token);
char **session_token,
char **ekey);
int mfconn_api_folder_delete(mfconn * conn, const char *folderkey);