| 149 | } |
| 150 | |
| 151 | extern "C" __declspec(dllexport) CONST TCHAR * getName() |
| 152 | { |
| 153 | return PLUGIN_NAME; |
| 154 | } |
| 155 | |
| 156 | extern "C" __declspec(dllexport) FuncItem * getFuncsArray(INT *nbF) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected