#ifndef _PLUGIN_MANAGER_H #define _PLUGIN_MANAGER_H int load_plugin(const char *path); #endif