| 31 | } |
| 32 | |
| 33 | DLLEXPORT PluginInfo * plugin_init(PluginFunctions * func, const path_t& path) { |
| 34 | // configure any other information, or save the functions here... |
| 35 | return &info; |
| 36 | } |
| 37 | } |
nothing calls this directly
no outgoing calls
no test coverage detected