add new api calls: folder/move and folder/update

This commit is contained in:
josch
2014-12-19 08:57:11 +01:00
parent 30428ad027
commit 90b2bfa332
4 changed files with 187 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ add_library(mfapi SHARED
mfapi/apicalls/folder_create.c
mfapi/apicalls/folder_get_content.c
mfapi/apicalls/folder_delete.c
mfapi/apicalls/folder_move.c
mfapi/apicalls/folder_update.c
mfapi/apicalls/device_get_status.c
mfapi/apicalls/device_get_changes.c
mfapi/apicalls/device_get_patch.c