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-2022/sdk/include/plugin.h

15 lines
437 B
C
Raw Normal View History

#pragma once
#include "session.h"
2022-07-27 18:32:22 +08:00
typedef int plugin_init_callback(void);
typedef void plugin_exit_callback(void);
2022-07-27 15:51:07 +08:00
2022-07-27 18:32:22 +08:00
void plugin_remove_from_session_event(struct stellar_event *ev, struct stellar_session *s);
/******************************************************************************
* Public API: between plugin and plugin_manager
******************************************************************************/
// TODO
// TODO