OpenVAS Scanner  22.7.9
table_driven_lsc.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_TABLE_DRIVEN_LSC_H
12 #define MISC_TABLE_DRIVEN_LSC_H
13 
14 #include <glib.h>
15 
16 gchar *
17 make_table_driven_lsc_info_json_str (const char *, const char *, const char *,
18  const char *, const char *);
19 
20 gchar *
21 get_status_of_table_driven_lsc_from_json (const char *, const char *,
22  const char *, int);
23 
24 #endif // MISC_TABLE_DRIVEN_LSC_H
make_table_driven_lsc_info_json_str
gchar * make_table_driven_lsc_info_json_str(const char *, const char *, const char *, const char *, const char *)
Build a json object with data necessary to start a table drive LSC.
Definition: table_driven_lsc.c:72
get_status_of_table_driven_lsc_from_json
gchar * get_status_of_table_driven_lsc_from_json(const char *, const char *, const char *, int)
Get the status of table driven lsc from json object.
Definition: table_driven_lsc.c:145