On Sat, Nov 16, 2002 at 11:34:15AM +1100, Luke Howard wrote: > > The uuid_to_string() function breaks including the OSF DCE headers > in Samba (which we need for our DCE funnel) as there is a similarly > named function in DCE. > > Any chance you could either use the same signature as the OSF DCE > runtime or rename it to guid_to_string()?
Renaming it to guid_to_string seems the easiest and most useful. I've done it in HEAD and 3.0. Tim.
