Don't let api_folder_get_content print but let it fill datastructures

This commit is contained in:
josch
2014-09-25 19:27:49 +02:00
parent 44ba88a69d
commit 0fab559a86
6 changed files with 206 additions and 19 deletions

View File

@@ -36,7 +36,9 @@ int mfconn_api_folder_create(mfconn * conn, const char *parent,
const char *name);
long mfconn_api_folder_get_content(mfconn * conn, int mode,
mffolder * folder_curr);
mffolder * folder_curr,
mffolder ***folder_result,
mffile ***file_result);
int mfconn_api_folder_get_info(mfconn * conn, mffolder * folder,
const char *folderkey);