OSSP CVS Repository

ossp - Check-in [5143]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5143
Date: 2005-Aug-31 21:21:13 (local)
2005-Aug-31 19:21:13 (UTC)
User:rse
Branch:
Comment: constifiy uuid_clone()
Tickets:
Inspections:
Files:
ossp-pkg/uuid/uuid.c      1.53 -> 1.54     1 inserted, 1 deleted

ossp-pkg/uuid/uuid.c 1.53 -> 1.54

--- uuid.c       2005/08/31 14:28:28     1.53
+++ uuid.c       2005/08/31 19:21:13     1.54
@@ -149,7 +149,7 @@
 }
 
 /* clone UUID object */
-uuid_rc_t uuid_clone(uuid_t *uuid, uuid_t **clone)
+uuid_rc_t uuid_clone(const uuid_t *uuid, uuid_t **clone)
 {
     uuid_t *obj;
 

CVSTrac 2.0.1