| 36 | } |
| 37 | |
| 38 | extern "C" __declspec(dllexport) FuncItem* getFuncsArray(int* nbF) |
| 39 | { |
| 40 | return g_NppJsonPlugin.GetFuncsArray(nbF); |
| 41 | } |
| 42 | |
| 43 | extern "C" __declspec(dllexport) void beNotified(SCNotification* notifyCode) |
| 44 | { |
nothing calls this directly
no test coverage detected