source: nscp/modules/NRPEClient/NRPEClient.def @ dad34ea

0.4.00.4.10.4.2
Last change on this file since dad34ea was 2018659, checked in by Michael Medin <michael@…>, 3 years ago

Added protocol buffers for internal channels (only command as of now) this means this builds lacks "performance data" (as it has yet to be re-added) as well as requires changes to plugins as the API is NEW!

  • Property mode set to 100644
File size: 288 bytes
Line 
1LIBRARY NRPEClient
2
3EXPORTS
4        NSModuleHelperInit
5        NSLoadModule
6        NSGetModuleName
7        NSGetModuleVersion
8        NSHasCommandHandler
9        NSHasMessageHandler
10        NSHandleMessage
11        NSHandleCommand
12        NSUnloadModule
13        NSGetConfigurationMeta
14        NSGetModuleDescription
15        NSCommandLineExec
16        NSDeleteBuffer
Note: See TracBrowser for help on using the repository browser.