rpm  5.4.14
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 
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
size_t ns
Definition: db3.c:1892