sp_runTask.h 251 B

123456789101112131415161718
  1. #ifndef SP_RUNTASK_H
  2. #define SP_RUNTASK_H
  3. #pragma once
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. SPBASE_API int sp_runtask_killprocess();
  8. SPBASE_API int sp_runtask_startprocess();
  9. #ifdef __cplusplus
  10. } // extern "C" {
  11. #endif
  12. #endif // SP_RUNTASK_H