add rmdir shell command and folder_delete api call

This commit is contained in:
josch
2014-09-20 14:37:24 +02:00
parent 097a855751
commit e45d0e883d
6 changed files with 112 additions and 2 deletions

View File

@@ -51,4 +51,6 @@ int mfconn_api_user_get_session_token(mfconn * conn, char *server,
char **secret_time,
char **session_token);
int mfconn_api_folder_delete(mfconn * conn, const char *folderkey);
#endif