OpenVAS Scanner
23.23.1
nasl
nasl_init.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Greenbone AG
2
* SPDX-FileCopyrightText: 2002-2003 Michel Arboi
3
* SPDX-FileCopyrightText: 2002-2003 Renaud Deraison
4
*
5
* SPDX-License-Identifier: GPL-2.0-only
6
*/
7
8
#ifndef NASL_NASL_INIT_H
9
#define NASL_NASL_INIT_H
10
#include "
nasl_lex_ctxt.h
"
11
12
#include <glib.h>
13
14
void
15
init_nasl_library
(
lex_ctxt
*);
16
17
void
18
add_nasl_library
(GSList **);
19
20
#endif
init_nasl_library
void init_nasl_library(lex_ctxt *)
Adds "built-in" variable and function definitions to a context.
Definition
nasl_init.c:511
add_nasl_library
void add_nasl_library(GSList **)
Add "built-in" variables to a list.
Definition
nasl_init.c:579
nasl_lex_ctxt.h
lex_ctxt
struct struct_lex_ctxt lex_ctxt
Generated on
for OpenVAS Scanner by
1.14.0