Don't let api_device_getchanges print but let it fill datastructures

This commit is contained in:
josch
2014-09-25 21:51:42 +02:00
parent ebc70ee4c4
commit 8ac6e70609
5 changed files with 125 additions and 57 deletions

View File

@@ -40,6 +40,10 @@ static int _decode_folder_get_content_files(mfhttp * conn, void *data);
* mffolder_result and mffile_result so make sure that those are either NULL
* or values of already malloc'ed regions. They must not be uninitialized
* values.
*
* results are triple pointers because we cannot create an array of mffolder
* or mffile as we do not know their sizes. We can only create an array of
* pointers to them.
*/
long
mfconn_api_folder_get_content(mfconn * conn, int mode, mffolder * folder_curr,