Skip to content
Snippets Groups Projects
Commit 9b917728 authored by Olof Barring's avatar Olof Barring Committed by Steven Murray
Browse files

Fix bug #2018 in unmarshall_UUID()

parent 6d197c43
No related branches found
No related tags found
No related merge requests found
.\" $Id: Cuuid.man,v 1.1 2003/09/09 12:53:00 jdurand Exp $
.\" $Id: Cuuid.man,v 1.2 2003/12/08 12:06:22 obarring Exp $
.\"
.\" Man page for the CASTOR's Universally Unique IDentifier (UUID)
.\"
.TH CUUID "3" "$Date: 2003/09/09 12:53:00 $" "CASTOR" "Common Library Functions"
.TH CUUID "3" "$Date: 2003/12/08 12:06:22 $" "CASTOR" "Common Library Functions"
.SH NAME
\fBCuuid\fP \- \fBCASTOR\fP \fBUUID\fP inferface
.SH SYNOPSIS
.B #include <Cuuid_api.h>
.P
.BI "int Cuuid_create(Cuuid_t *" uuid ");"
.BI "void Cuuid_create(Cuuid_t *" uuid ");"
.P
.BI "int Cuuid_create_from_name(Cuuid_t *" uuid ", Cuuid_t " uuid_context ", char *" name ");"
.BI "void Cuuid_create_from_name(Cuuid_t *" uuid ", Cuuid_t " uuid_context ", char *" name ");"
.P
.BI "int Cuuid_compare(Cuuid_t *" uuid1 ", Cuuid_t *" uuid2 ");"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment