Virbox SDK  2.1
E:/new_work/branches/ss_v2.0/include_out/ss_lm_update.h
1 
2 #ifndef _SS_LM_UPDATE_H
3 #define _SS_LM_UPDATE_H
4 
5 #include "ss_define.h"
6 
7 #ifdef __cplusplus
8 extern "C"{
9 #endif
10 
23 SS_UINT32 SSAPI slm_update(char* d2c_pkg, char** error_msg);
24 
40 SS_UINT32 SSAPI slm_update_ex(SS_BYTE* lock_sn, char* d2c_pkg, char** error_msg);
41 
79 SS_UINT32 SSAPI slm_d2c_update_inside(
80  IN char* lock_sn,
81  IN char* inside_file
82  );
83 
102 SS_UINT32 SSAPI package_parse( const char* d2c_stream, char* d2c_buffer, int max_buf_len, int* out_buf_len);
103 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 
109 #endif