【修改】删除就版本中部分失效文件

This commit is contained in:
niubinghui
2024-10-15 19:15:38 +08:00
parent 7c8146f00f
commit 9c39d69b21
17 changed files with 0 additions and 1384 deletions

View File

@@ -1,18 +0,0 @@
#pragma once
#include "stellar/stellar.h"
#include <stddef.h>
struct lua_config_spec
{
char *spec_file_path; /* 插件需要使用的文件名 */
char *spec_load_func_name; /* 加载插件需要调用的函数名称 */
char *spec_unload_func_name; /* 卸载插件需要调用的函数名称 */
};
struct lua_plugin_manage;
struct lua_plugin_manage *lua_plugin_manage_init(struct stellar *st, struct lua_config_spec specifics[], size_t specific_num);
void lua_plugin_manage_exit(struct lua_plugin_manage *lua_plug_mgr);
// void debug_lua_plugin_manage_schema(struct lua_plugin_manage *schema);