🦄 refactor(module manager): remove internal api load_spec

This commit is contained in:
yangwei
2024-09-27 19:36:14 +08:00
parent 849df6b9cc
commit dc4805fbb8
3 changed files with 43 additions and 70 deletions

View File

@@ -46,9 +46,8 @@ struct stellar_module_manager
}__attribute__((aligned(sizeof(void*))));
int module_specs_load(FILE *fp, struct module_spec_load **load_spec) __attribute__((visibility("hidden")));
struct stellar_module_manager *stellar_module_manager_new_with_file(FILE *fp, int max_thread_num, struct mq_schema *mq_schema) __attribute__((visibility("hidden")));
#ifdef __cplusplus
}
#endif