OpenVAS Scanner 23.23.1
scan_id.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#ifndef MISC_SCANID_H
7#define MISC_SCANID_H
8
9int
10set_scan_id (const char *);
11
12const char *
13get_scan_id (void);
14#endif
const char * get_scan_id(void)
Definition scan_id.c:22
int set_scan_id(const char *)
Definition scan_id.c:13