ossp-pkg/uuid/uuid.h.in 1.12 -> 1.13
--- uuid.h.in 2006/05/11 09:37:28 1.12
+++ uuid.h.in 2006/10/06 08:32:40 1.13
@@ -108,7 +108,7 @@
/* UUID import/export */
extern uuid_rc_t uuid_import ( uuid_t *_uuid, uuid_fmt_t _fmt, const void *_data_ptr, size_t _data_len);
-extern uuid_rc_t uuid_export (const uuid_t *_uuid, uuid_fmt_t _fmt, void **_data_ptr, size_t *_data_len);
+extern uuid_rc_t uuid_export (const uuid_t *_uuid, uuid_fmt_t _fmt, void *_data_ptr, size_t *_data_len);
/* library utilities */
extern char *uuid_error (uuid_rc_t _rc);
|
|