rpm  5.2.1
rpmio/rpmuuid.h
Go to the documentation of this file.
00001 #ifndef _H_RPMUUID_
00002 #define _H_RPMUUID_
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00017 int rpmuuidMake(int version, const char *ns,
00018                 /*@null@*/ const char *data,
00019                 /*@out@*/ char *buf_str,
00020                 /*@out@*/ /*@null@*/ unsigned char *buf_bin)
00021         /*@*/;
00022 
00023 #ifdef __cplusplus
00024 }
00025 #endif
00026 
00027 #endif  /* _H_ RPMUUID_ */
00028