ossp-pkg/uuid/uuid.h 1.5 -> 1.6
--- uuid.h 2004/01/09 11:28:56 1.5
+++ uuid.h 2004/01/09 16:11:40 1.6
@@ -106,7 +106,7 @@
/* string representation handling */
extern uuid_rc_t uuid_parse (uuid_t *uuid, const char *str);
-extern uuid_rc_t uuid_unparse (uuid_t *uuid, char **str);
+extern uuid_rc_t uuid_format (uuid_t *uuid, char **str);
/* UUID generation and dumping */
extern uuid_rc_t uuid_generate (uuid_t *uuid, unsigned int mode, ...);
|
|