OpenVAS Scanner  22.7.9
openvas.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 
6 /*
7  * @file openvas.h
8  * @brief Headers for OpenVAS entry point.
9  */
10 
11 #ifndef OPENVAS_H
12 #define OPENVAS_H
13 
14 int
15 openvas (int, char **, char **);
16 
17 #endif /* not OPENVAS_H */
openvas
int openvas(int, char **, char **)