1#ifndef PLUGIN_H_IN2#define PLUGIN_H_IN3 4extern "C" {5void plugin_entry(void);6void plugin_init(void);7}8 9#endif // PLUGIN_H_IN10