#ifndef STARTUP_LOG_H #define STARTUP_LOG_H #ifdef __cplusplus extern "C" { #endif SPBASE_API int addStartupLog(const char* module_entity, int idx); SPBASE_API int addStartupStep(int idx, const char* event, const char* status, int from, int to, int result); #ifdef __cplusplus } // extern "C" { #endif #endif