r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Aug 2007 06:57:49 +0000 (06:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:02:11 +0000 (15:02 -0500)
commit2ed014cfb894cccab1654e3f7d5876393e2b52d7
tree86d6691cb5acf83bc2039ab0de37c148cd30bd65
parent3cca299c72e0ae7da3d28d7284f1993eef9f1cea
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
and move it into misc.idl

The goal is to get rid a all dcerpc specific stuff in the
generated ndr layer.

metze
16 files changed:
source/librpc/idl/dcerpc.idl
source/librpc/idl/mgmt.idl
source/librpc/idl/misc.idl
source/librpc/ndr/libndr.h
source/librpc/ndr/ndr.c
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc.h
source/librpc/rpc/dcerpc_auth.c
source/librpc/rpc/dcerpc_util.c
source/rpc_server/dcerpc_server.h
source/rpc_server/dcesrv_mgmt.c
source/rpc_server/epmapper/rpc_epmapper.c
source/torture/rpc/alter_context.c
source/torture/rpc/epmapper.c
source/torture/rpc/mgmt.c
source/torture/rpc/scanner.c