Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DEC
authorTim Potter <tpot@samba.org>
Sun, 17 Nov 2002 01:14:30 +0000 (01:14 +0000)
committerTim Potter <tpot@samba.org>
Sun, 17 Nov 2002 01:14:30 +0000 (01:14 +0000)
headers.

source/lib/util_uuid.c

index 1543094d4087b144f295b28f7380052283233b89..699f2cd632599dcc49491727a01b5a16493dd258 100644 (file)
@@ -71,7 +71,7 @@ void uuid_generate_random(GUID *out)
        uuid_pack(&uu, out);
 }
 
-char *uuid_to_string(const GUID in)
+char *guid_to_string(const GUID in)
 {
        struct uuid uu;
        char *out;