source: nscp/modules/PythonScript/PythonScript.def @ d7e265d

0.4.00.4.10.4.2
Last change on this file since d7e265d was 39c73cd, checked in by Michael Medin <michael@…>, 22 months ago

2011-08-13 MickeM

  • Added support for command line execution to PythonScript module
  • Readded support for specifying module on command line with --client mode
  • Fixed some issues with the NRPEClient module


2011-08-12 MickeM

  • Finnished (rough) adding back command line exec (with modern API)
  • Fixed so installer uses correct name for dll:s (now Server not Listsener)
  • Property mode set to 100644
File size: 284 bytes
Line 
1LIBRARY PythonScript
2
3EXPORTS
4        NSModuleHelperInit
5        NSLoadModule
6        NSLoadModuleEx
7        NSGetModuleName
8        NSGetModuleVersion
9        NSHasCommandHandler
10        NSHasMessageHandler
11        NSHandleMessage
12        NSHandleCommand
13        NSUnloadModule
14        NSGetModuleDescription
15        NSCommandLineExec
16        NSDeleteBuffer
Note: See TracBrowser for help on using the repository browser.