[Insert name here] Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
typedef plugin_report_t; #define plugin_run_func (p) #define plugin_close_func (p) #define plugin_set_running_func (p, f) #define plugin_set_closing_func (p, f) int report_plugins_available (void); int report_plugins_init (const char *dirname, int argc, char **argv); void report_plugins_run (const idmef_message_t *message); void report_plugins_close (void); plugin_generic_t* plugin_init (int argc, char **argv); |