Parse sync response from server
This commit is contained in:
		@@ -2,6 +2,11 @@
 | 
			
		||||
 * Secure API functions
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
 | 
			
		||||
#include "sync_response.h"
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
@@ -45,7 +50,7 @@ extern "C"
 | 
			
		||||
     *
 | 
			
		||||
     * Returns NULL in case of failure
 | 
			
		||||
     */
 | 
			
		||||
    void *secure_api_sync_device();
 | 
			
		||||
    sync_response *secure_api_sync_device();
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user