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