Greenbone Vulnerability Management Libraries 22.35.6
version.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019-2023 Greenbone AG
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 */
5
10
11#ifndef _GVM_BASE_VERSION_H
12#define _GVM_BASE_VERSION_H
13
14const char *
15gvm_libs_version (void);
16
17#endif /* not _GVM_BASE_VERSION_H */
const char * gvm_libs_version(void)
Definition version.c:15