ossp-pkg/uuid/uuid.c 1.36 -> 1.37
--- uuid.c 2004/01/18 19:59:12 1.36
+++ uuid.c 2004/01/18 20:19:23 1.37
@@ -43,6 +43,7 @@
/* own headers */
#include "config.h"
#include "uuid.h"
+#include "uuid_vers.h"
#include "uuid_md5.h"
#include "uuid_prng.h"
#include "uuid_mac.h"
@@ -1010,3 +1011,9 @@
return str;
}
+/* OSSP uuid version (link-time information) */
+unsigned long uuid_version(void)
+{
+ return (unsigned long)(_UUID_VERSION);
+}
+
|
|