r21565: Import ndrdump (doesn't compile yet, needs table support functions).
[kai/samba.git] / source3 / librpc / gen_ndr / tables.c
1
2 /* Automatically generated by tables.pl. DO NOT EDIT */
3
4 #include "includes.h"
5 #include "librpc/rpc/dcerpc.h"
6 #include "librpc/rpc/dcerpc_table.h"
7 #include "librpc/gen_ndr/ndr_dfs.h"
8 #include "librpc/gen_ndr/ndr_echo.h"
9 #include "librpc/gen_ndr/ndr_eventlog.h"
10 #include "librpc/gen_ndr/ndr_initshutdown.h"
11 #include "librpc/gen_ndr/ndr_lsa.h"
12 #include "librpc/gen_ndr/ndr_netlogon.h"
13 #include "librpc/gen_ndr/ndr_srvsvc.h"
14 #include "librpc/gen_ndr/ndr_svcctl.h"
15 #include "librpc/gen_ndr/ndr_unixinfo.h"
16 #include "librpc/gen_ndr/ndr_winreg.h"
17 #include "librpc/gen_ndr/ndr_wkssvc.h"
18
19 NTSTATUS dcerpc_register_builtin_interfaces(void)
20 {
21         NTSTATUS status;
22
23         status = librpc_register_interface(&dcerpc_table_netdfs);
24         if (NT_STATUS_IS_ERR(status)) return status;
25
26         status = librpc_register_interface(&dcerpc_table_rpcecho);
27         if (NT_STATUS_IS_ERR(status)) return status;
28
29         status = librpc_register_interface(&dcerpc_table_eventlog);
30         if (NT_STATUS_IS_ERR(status)) return status;
31
32         status = librpc_register_interface(&dcerpc_table_initshutdown);
33         if (NT_STATUS_IS_ERR(status)) return status;
34
35         status = librpc_register_interface(&dcerpc_table_lsarpc);
36         if (NT_STATUS_IS_ERR(status)) return status;
37
38         status = librpc_register_interface(&dcerpc_table_netlogon);
39         if (NT_STATUS_IS_ERR(status)) return status;
40
41         status = librpc_register_interface(&dcerpc_table_srvsvc);
42         if (NT_STATUS_IS_ERR(status)) return status;
43
44         status = librpc_register_interface(&dcerpc_table_svcctl);
45         if (NT_STATUS_IS_ERR(status)) return status;
46
47         status = librpc_register_interface(&dcerpc_table_unixinfo);
48         if (NT_STATUS_IS_ERR(status)) return status;
49
50         status = librpc_register_interface(&dcerpc_table_winreg);
51         if (NT_STATUS_IS_ERR(status)) return status;
52
53         status = librpc_register_interface(&dcerpc_table_wkssvc);
54         if (NT_STATUS_IS_ERR(status)) return status;
55
56
57         
58         return NT_STATUS_OK;
59 }