git add -f bin/default/librpc/gen_ndr/*.{c,h,ndr,pidl} bin/default/source*/librpc...
[metze/samba/wip.git] / bin / default / librpc / gen_ndr / s3compat_smb_acl.c
1 #include "includes.h"
2 #include "ntdomain.h"
3 #include "lib/util/tevent_ntstatus.h"
4 #include "librpc/rpc/dcerpc_connection.h"
5 #include "bin/default/librpc/gen_ndr/s3compat_smb_acl.h"
6
7
8 static const struct dcerpc_call_entry_point_fns _s3_compat_smb_acl_fns[] = {
9         {
10                 .send_fn = NULL,
11                 .recv_fn = NULL,
12         },
13 };
14
15 static const struct dcerpc_call_entry_point_vector _s3_compat_smb_acl_epv[] = {
16         {
17         .name = "_s3_compat_smb_acl",
18         .table = &ndr_table_smb_acl,
19         .num_fns = 0,
20         .fns = _s3_compat_smb_acl_fns,
21         },
22 };
23
24 NTSTATUS dcerpc_server_setup_s3compat_smb_acl(struct dcerpc_server *server)
25 {
26         return NT_STATUS_NOT_IMPLEMENTED;
27 }