增加hos_init_api、hos_shutdown_api 接口
This commit is contained in:
@@ -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“
|
||||
|
||||
Reference in New Issue
Block a user