#ifndef PLUGIN_H_IN #define PLUGIN_H_IN extern "C" { void plugin_entry(void); void plugin_init(void); } #endif // PLUGIN_H_IN