source: nscp/modules/SMTPClient/SMTPClient.def @ b24c97f

0.4.00.4.10.4.2
Last change on this file since b24c97f was b24c97f, checked in by Michael Medin <michael@…>, 19 months ago
  • Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish) Still requires template support and configuration options (mainly PoC right now).
  • Property mode set to 100644
File size: 312 bytes
Line 
1LIBRARY SMTPClient
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        NSDeleteBuffer
16        NSHandleNotification
17        NSHasNotificationHandler
Note: See TracBrowser for help on using the repository browser.