pidl/ws: Eliminate e_uuid_t in favor of e_guid_t
[kai/samba-autobuild/.git] / pidl / lib / Parse / Pidl / Wireshark / NDR.pm
index 547389a54c4bb68b7557354828b11e096f8b6260..573d77d5547f21dbecad893e4780aff85d35c0fe 100644 (file)
@@ -966,7 +966,7 @@ sub ProcessInterface($$)
 
                $self->pidl_def("/* Version information */\n\n");
 
-               $self->pidl_def("static e_uuid_t uuid_dcerpc_$x->{NAME} = {");
+               $self->pidl_def("static e_guid_t uuid_dcerpc_$x->{NAME} = {");
                $self->pidl_def("\t0x" . substr($if_uuid, 1, 8)
                . ", 0x" . substr($if_uuid, 10, 4)
                . ", 0x" . substr($if_uuid, 15, 4) . ",");