Go to the documentation of this file.
13 #ifndef OPENVAS_PLUGINLOAD_H
14 #define OPENVAS_PLUGINLOAD_H
16 #include "../misc/network.h"
17 #include "../misc/scanneraux.h"
19 #include <gvm/util/kb.h>
int plugins_init(void)
main function for loading all the plugins
int nasl_plugin_launch(struct scan_globals *, struct in6_addr *, GSList *, kb_t, const char *)
Launch a NASL plugin.
int total_loading_plugins(void)
int nasl_file_check(const char *, const char *)
Check a single .nasl/.inc file.
int current_loading_plugins(void)
void destroy_loading_shm(void)
void init_loading_shm(void)
int nasl_plugin_add(const char *, char *)
Add one .nasl plugin to the plugin list.
int plugins_cache_init(void)
Main function for nvticache initialization without loading the plugins.