rpm
5.4.15
Main Page
Related Pages
Data Structures
Files
File List
Globals
rpmio
rpmuuid.h
Go to the documentation of this file.
1
#ifndef _H_RPMUUID_
2
#define _H_RPMUUID_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
17
int
rpmuuidMake
(
int
version,
const
char
*
ns
,
18
/*@null@*/
const
char
*
data
,
19
/*@out@*/
char
*buf_str,
20
/*@out@*/
/*@null@*/
unsigned
char
*buf_bin)
21
/*@*/
;
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* _H_ RPMUUID_ */
28
rpmuuidMake
int rpmuuidMake(int version, const char *ns, const char *data, char *buf_str, unsigned char *buf_bin)
Generate a Universally Unique Identifier (UUID).
Definition:
rpmuuid.c:23
data
const char const bson * data
Definition:
mongo.h:463
ns
const char * ns
Definition:
mongo.h:326
Generated by
1.8.8