#ifndef _PLUGIN_MANAGER_H #define _PLUGIN_MANAGER_H int load_plugin(const char *path); int load_parser_plugin(const char *name); int init_plugin_manager(const char *exec_path); #endif