OpenVAS Scanner  22.7.9
vendorversion.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2023 Greenbone AG
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5 
11 #ifndef MISC_VENDORVERSION_H
12 #define MISC_VENDORVERSION_H
13 
14 #include <glib.h>
15 
16 const gchar *
17 vendor_version_get (void);
18 
19 void
20 vendor_version_set (const gchar *);
21 
22 #endif /* not MISC_VENDORVERSION_H */
vendor_version_get
const gchar * vendor_version_get(void)
Get vendor version.
Definition: vendorversion.c:38
vendor_version_set
void vendor_version_set(const gchar *)
Set vendor version.
Definition: vendorversion.c:26