Skip to content
Snippets Groups Projects
Commit 7a275472 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Align interface with declaration in cdi.h.

parent 794d0d17
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -112,7 +112,7 @@ char* cdiUnescapeSpaces(const char* string, const char** outStringEnd)
#if defined (HAVE_DECL_UUID_GENERATE) && defined (HAVE_UUID_UUID_H)
#include <sys/time.h>
#include <uuid/uuid.h>
void cdiCreateUUID(unsigned char *uuid)
void cdiCreateUUID(unsigned char uuid[CDI_UUID_SIZE])
{
static int uuid_seeded = 0;
static char uuid_rand_state[31 * sizeof (long)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment