| 31 | } |
| 32 | |
| 33 | extern "C" __declspec(dllexport) const TCHAR* getName() |
| 34 | { |
| 35 | return g_NppJsonPlugin.GetPluginName(); |
| 36 | } |
| 37 | |
| 38 | extern "C" __declspec(dllexport) FuncItem* getFuncsArray(int* nbF) |
| 39 | { |
nothing calls this directly
no test coverage detected