Greenbone Vulnerability Management Libraries 22.12.2
uuidutils.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2009-2023 Greenbone AG
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 */
5
11#ifndef _GVM_UUIDUTILS_H
12#define _GVM_UUIDUTILS_H
13
14char *
15gvm_uuid_make (void);
16
17#endif /* not _GVM_UUIDUTILS_H */
char * gvm_uuid_make(void)
Make a new universal identifier.
Definition uuidutils.c:30