diff options
| author | yangwei <[email protected]> | 2024-09-27 19:36:14 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-27 19:36:14 +0800 |
| commit | dc4805fbb880714331876b6c3795037ddd95a99e (patch) | |
| tree | 03fcd806de6b16ac4f7b44ea79499ae9df460279 /infra/module_manager/module_manager_interna.h | |
| parent | 849df6b9cc632cf051d69fd8b6f30c9dacec3714 (diff) | |
🦄 refactor(module manager): remove internal api load_spec
Diffstat (limited to 'infra/module_manager/module_manager_interna.h')
| -rw-r--r-- | infra/module_manager/module_manager_interna.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/module_manager/module_manager_interna.h b/infra/module_manager/module_manager_interna.h index 491b78c..7b07552 100644 --- a/infra/module_manager/module_manager_interna.h +++ b/infra/module_manager/module_manager_interna.h @@ -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
\ No newline at end of file |
