OpenVAS Scanner 23.23.1
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
10
11#ifndef MISC_VENDORVERSION_H
12#define MISC_VENDORVERSION_H
13
14#include <glib.h>
15
16const gchar *
18
19void
20vendor_version_set (const gchar *);
21
22#endif /* not MISC_VENDORVERSION_H */
void vendor_version_set(const gchar *)
Set vendor version.
Definition vendorversion.c:26
const gchar * vendor_version_get(void)
Get vendor version.
Definition vendorversion.c:38