123456789101112131415161718192021222324252627282930313233 |
- KS_BEGIN_EXTERN_C
- SWCLT_DECLARE(ks_status_t) swclt_hmgr_init();
- SWCLT_DECLARE(void) swclt_hmgr_shutdown();
- SWCLT_DECLARE(void) swclt_hmgr_request_service_in(swclt_handle_base_t *ctx, ks_time_t time_to_service);
- KS_END_EXTERN_C
|