This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/infra/stellar_core.h
2024-09-02 16:55:02 +08:00

17 lines
338 B
C

#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
#include "stellar/stellar.h"
// TODO fix plugin manager, delete this function
struct plugin_manager_schema *stellar_get_plugin_manager(const struct stellar *st);
void stellar_set_plugin_manger(struct stellar *st, struct plugin_manager_schema *plug_mgr);
#ifdef __cplusplus
}
#endif