data_lake_json.h
Go to the documentation of this file.
1 
9 #ifndef DATA_LAKE_JSON_H_
10 #define DATA_LAKE_JSON_H_
11 
12 #include "data_lake_object.h"
13 
30 mcl_error_t data_lake_json_from_objects(data_lake_object_t **object_array, mcl_size_t array_size, const char *client_id, const char *subtenant_id, char **json);
31 
49  mcl_size_t json_size, mcl_size_t client_id_length);
50 
51 #endif //DATA_LAKE_JSON_H_
size_t mcl_size_t
mcl_error_t data_lake_json_match_signed_urls_with_objects(data_lake_object_t **object_array, mcl_size_t array_size, char *json, mcl_size_t json_size, mcl_size_t client_id_length)
mcl_int32_t mcl_error_t
Data lake object module header file.
mcl_error_t data_lake_json_from_objects(data_lake_object_t **object_array, mcl_size_t array_size, const char *client_id, const char *subtenant_id, char **json)