ossp-pkg/uuid/uuid.h 1.13 -> 1.14
--- uuid.h 2004/01/18 19:59:12 1.13
+++ uuid.h 2004/01/18 20:19:23 1.14
@@ -30,6 +30,9 @@
#ifndef __UUID_H__
#define __UUID_H__
+/* OSSP uuid version (compile-time information) */
+#define UUID_VERSION 0x009204
+
/* minimum C++ support */
#ifdef __cplusplus
#define DECLARATION_BEGIN extern "C" {
@@ -92,6 +95,7 @@
/* library error handling */
extern char *uuid_error (uuid_rc_t _rc);
+extern unsigned long uuid_version (void);
DECLARATION_END
|
|