#ifndef PLUGIN_H_ #define PLUGIN_H_ #define PLUGIN "plugin_main" typedef int (*plugin)( void ); #endif /* PLUGIN_H_ */