1#include "plugin.h"2 3#define HIDE_FROM_PLUGIN 14#include "service.h"5 6int main() {7 exported();8 plugin_init();9 plugin_entry();10 return 0;11}12