Add hashtable implementation to maintain a local copy of the remote

This commit is contained in:
josch
2014-09-25 13:05:17 +02:00
parent 8ac6e70609
commit b4045f19ce
8 changed files with 942 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ 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,
const char *folderkey,
mffolder *** folder_result,
mffile *** file_result);