增加hos_init_api、hos_shutdown_api 接口

This commit is contained in:
pengxuanzheng
2020-10-23 15:05:47 +08:00
parent 9cda944013
commit 6b2bcbab23
3 changed files with 24 additions and 4 deletions

View File

@@ -75,6 +75,15 @@ enum s3errors
typedef void (*put_finished_callback)(bool, const char *, void *);
/*************************************************************************************
* 函数名: hos_init_api
*************************************************************************************/
void hos_init_api();
/*************************************************************************************
* 函数名: hos_shutdown_api
*************************************************************************************/
void hos_shutdown_api();
/*************************************************************************************
* 函数名: hos_client_init
* 参数: const char *endpoint 目的地址如”http://192.168.44.12:9098/hos“