|
OpenVAS Scanner 23.32.3
|
Functions to set and get the vendor version. More...

Go to the source code of this file.
Functions | |
| void | vendor_version_set (const gchar *version) |
| Set vendor version. | |
| const gchar * | vendor_version_get () |
| Get vendor version. | |
Variables | |
| gchar * | vendor_version = NULL |
| Vendor version, or NULL. | |
Functions to set and get the vendor version.
Definition in file vendorversion.c.
| const gchar * vendor_version_get | ( | void | ) |
Get vendor version.
Definition at line 38 of file vendorversion.c.
References vendor_version.
Referenced by nasl_end_denial(), nasl_vendor_version(), and user_agent_create().

| void vendor_version_set | ( | const gchar * | version | ) |
Set vendor version.
| [in] | version | Vendor version. |
Definition at line 26 of file vendorversion.c.
References vendor_version.
Referenced by attack_network_init(), and main().

| gchar* vendor_version = NULL |
Vendor version, or NULL.
Definition at line 18 of file vendorversion.c.
Referenced by vendor_version_get(), and vendor_version_set().