summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/tables.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-19 21:23:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:57 -0500
commit2f3511c56e8a508c678f90e8fbd16116685b8a2b (patch)
tree283d117e10257e5b4be2a9d524a4a94002bb80e5 /source3/librpc/gen_ndr/tables.c
parentc2628e19a77f2bec3f14d0f670717195c7299a90 (diff)
downloadsamba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.tar.gz
samba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.tar.bz2
samba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.zip
r24558: merge from SAMBA_4_0:
rename 'dcerpc_table_' -> 'ndr_table_' metze (This used to be commit 4e5908cd596f97d3bb73bd9c0bf3d360944f7810)
Diffstat (limited to 'source3/librpc/gen_ndr/tables.c')
-rw-r--r--source3/librpc/gen_ndr/tables.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/source3/librpc/gen_ndr/tables.c b/source3/librpc/gen_ndr/tables.c
index 9a1c5a06d5..1a24afe0d0 100644
--- a/source3/librpc/gen_ndr/tables.c
+++ b/source3/librpc/gen_ndr/tables.c
@@ -21,40 +21,40 @@ NTSTATUS dcerpc_register_builtin_interfaces(void)
{
NTSTATUS status;
- status = librpc_register_interface(&dcerpc_table_netdfs);
+ status = librpc_register_interface(&ndr_table_netdfs);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_rpcecho);
+ status = librpc_register_interface(&ndr_table_rpcecho);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_epmapper);
+ status = librpc_register_interface(&ndr_table_epmapper);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_eventlog);
+ status = librpc_register_interface(&ndr_table_eventlog);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_initshutdown);
+ status = librpc_register_interface(&ndr_table_initshutdown);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_lsarpc);
+ status = librpc_register_interface(&ndr_table_lsarpc);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_netlogon);
+ status = librpc_register_interface(&ndr_table_netlogon);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_srvsvc);
+ status = librpc_register_interface(&ndr_table_srvsvc);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_svcctl);
+ status = librpc_register_interface(&ndr_table_svcctl);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_unixinfo);
+ status = librpc_register_interface(&ndr_table_unixinfo);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_winreg);
+ status = librpc_register_interface(&ndr_table_winreg);
if (NT_STATUS_IS_ERR(status)) return status;
- status = librpc_register_interface(&dcerpc_table_wkssvc);
+ status = librpc_register_interface(&ndr_table_wkssvc);
if (NT_STATUS_IS_ERR(status)) return status;