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
16gchar *
17make_table_driven_lsc_info_json_str (const char *, const char *, const char *,
18 const char *, const char *);
19
20gchar *
21get_status_of_table_driven_lsc_from_json (const char *, const char *,
22 const char *, int);
23
24#endif // MISC_TABLE_DRIVEN_LSC_H
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.
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.