Greenbone Vulnerability Management Libraries  21.4.0
Functions
uuidutils.c File Reference

UUID creation. More...

#include "uuidutils.h"
#include <glib.h>
#include <stdlib.h>
#include <uuid/uuid.h>

Functions

char * gvm_uuid_make (void)
 Make a new universal identifier. More...
 

Detailed Description

UUID creation.

Function Documentation

◆ gvm_uuid_make()

char* gvm_uuid_make ( void  )

Make a new universal identifier.

Returns
A newly allocated string holding the identifier, which the caller must free, or NULL on failure.