mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
2f3511c56e
rename 'dcerpc_table_' -> 'ndr_table_' metze (This used to be commit 4e5908cd596f97d3bb73bd9c0bf3d360944f7810)
64 lines
1.9 KiB
C
64 lines
1.9 KiB
C
|
|
/* Automatically generated by tables.pl. DO NOT EDIT */
|
|
|
|
#include "includes.h"
|
|
#include "librpc/rpc/dcerpc.h"
|
|
#include "librpc/rpc/dcerpc_table.h"
|
|
#include "librpc/gen_ndr/ndr_dfs.h"
|
|
#include "librpc/gen_ndr/ndr_echo.h"
|
|
#include "librpc/gen_ndr/ndr_epmapper.h"
|
|
#include "librpc/gen_ndr/ndr_eventlog.h"
|
|
#include "librpc/gen_ndr/ndr_initshutdown.h"
|
|
#include "librpc/gen_ndr/ndr_lsa.h"
|
|
#include "librpc/gen_ndr/ndr_netlogon.h"
|
|
#include "librpc/gen_ndr/ndr_srvsvc.h"
|
|
#include "librpc/gen_ndr/ndr_svcctl.h"
|
|
#include "librpc/gen_ndr/ndr_unixinfo.h"
|
|
#include "librpc/gen_ndr/ndr_winreg.h"
|
|
#include "librpc/gen_ndr/ndr_wkssvc.h"
|
|
|
|
NTSTATUS dcerpc_register_builtin_interfaces(void)
|
|
{
|
|
NTSTATUS status;
|
|
|
|
status = librpc_register_interface(&ndr_table_netdfs);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_rpcecho);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_epmapper);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_eventlog);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_initshutdown);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_lsarpc);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_netlogon);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_srvsvc);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_svcctl);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_unixinfo);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_winreg);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
status = librpc_register_interface(&ndr_table_wkssvc);
|
|
if (NT_STATUS_IS_ERR(status)) return status;
|
|
|
|
|
|
|
|
return NT_STATUS_OK;
|
|
}
|