diff options
Diffstat (limited to 'source3/autoconf/librpc/gen_ndr/srv_ioctl.c')
-rw-r--r-- | source3/autoconf/librpc/gen_ndr/srv_ioctl.c | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/source3/autoconf/librpc/gen_ndr/srv_ioctl.c b/source3/autoconf/librpc/gen_ndr/srv_ioctl.c new file mode 100644 index 0000000000..2aa9c94f5e --- /dev/null +++ b/source3/autoconf/librpc/gen_ndr/srv_ioctl.c @@ -0,0 +1,30 @@ +/* + * Unix SMB/CIFS implementation. + * server auto-generated by pidl. DO NOT MODIFY! + */ + +#include "includes.h" +#include "ntdomain.h" +#include "autoconf/librpc/gen_ndr/srv_ioctl.h" + + +/* Tables */ +static struct api_struct api_copychunk_cmds[] = +{ +}; + +void copychunk_get_pipe_fns(struct api_struct **fns, int *n_fns) +{ + *fns = api_copychunk_cmds; + *n_fns = sizeof(api_copychunk_cmds) / sizeof(struct api_struct); +} + +NTSTATUS rpc_copychunk_init(const struct rpc_srv_callbacks *rpc_srv_cb) +{ + return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "copychunk", "copychunk", &ndr_table_copychunk, api_copychunk_cmds, sizeof(api_copychunk_cmds) / sizeof(struct api_struct), rpc_srv_cb); +} + +NTSTATUS rpc_copychunk_shutdown(void) +{ + return rpc_srv_unregister(&ndr_table_copychunk); +} |