1 2 3 4 5 6 7 8 9
#ifndef PLUGIN_H_IN #define PLUGIN_H_IN extern "C" { void plugin_entry(void); void plugin_init(void); } #endif // PLUGIN_H_IN