Check-in Number:
|
4380 | |
Date: |
2004-Jan-19 13:19:25 (local)
2004-Jan-19 12:19:25 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix building (I've changed the generated file last time) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid.h 1.15 -> 1.16
--- uuid.h 2004/01/19 12:15:05 1.15
+++ uuid.h 2004/01/19 12:19:25 1.16
@@ -30,9 +30,6 @@
#ifndef __UUID_H__
#define __UUID_H__
-/* required system headers */
-#include <string.h>
-
/* OSSP uuid version (compile-time information) */
#define UUID_VERSION 0x009204
|
|
ossp-pkg/uuid/uuid.h.in 1.1 -> 1.2
--- uuid.h.in 2004/01/18 20:19:23 1.1
+++ uuid.h.in 2004/01/19 12:19:25 1.2
@@ -82,8 +82,8 @@
extern uuid_rc_t uuid_destroy (uuid_t *_uuid);
/* UUID generation */
-extern uuid_rc_t uuid_nil (uuid_t *_uuid);
-extern uuid_rc_t uuid_generate (uuid_t *_uuid, unsigned int _mode, ...);
+extern uuid_rc_t uuid_load (uuid_t *_uuid, const char *_name);
+extern uuid_rc_t uuid_make (uuid_t *_uuid, unsigned int _mode, ...);
/* UUID comparison */
extern uuid_rc_t uuid_isnil (uuid_t *_uuid, int *_result);
|
|