X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=librpc%2Fgen_ndr%2Fsrv_rap.h;fp=librpc%2Fgen_ndr%2Fsrv_rap.h;h=594ddd1b0e5b813c641eed0c8beafc53521a9a04;hp=0000000000000000000000000000000000000000;hb=66e47f393c9867c2c040b5310706f31b2bb5f314;hpb=4a87ca2028fe301d1d61e5cd365df49ff1f2dd22 diff --git a/librpc/gen_ndr/srv_rap.h b/librpc/gen_ndr/srv_rap.h new file mode 100644 index 00000000000..594ddd1b0e5 --- /dev/null +++ b/librpc/gen_ndr/srv_rap.h @@ -0,0 +1,15 @@ +#include "../librpc/gen_ndr/ndr_rap.h" +#ifndef __SRV_RAP__ +#define __SRV_RAP__ +void _rap_NetShareEnum(pipes_struct *p, struct rap_NetShareEnum *r); +void _rap_NetServerEnum2(pipes_struct *p, struct rap_NetServerEnum2 *r); +void _rap_WserverGetInfo(pipes_struct *p, struct rap_WserverGetInfo *r); +void _rap_NetPrintQEnum(pipes_struct *p, struct rap_NetPrintQEnum *r); +void rap_get_pipe_fns(struct api_struct **fns, int *n_fns); +NTSTATUS rpc_rap_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r); +void _rap_NetShareEnum(pipes_struct *p, struct rap_NetShareEnum *r); +void _rap_NetServerEnum2(pipes_struct *p, struct rap_NetServerEnum2 *r); +void _rap_WserverGetInfo(pipes_struct *p, struct rap_WserverGetInfo *r); +void _rap_NetPrintQEnum(pipes_struct *p, struct rap_NetPrintQEnum *r); +NTSTATUS rpc_rap_init(void); +#endif /* __SRV_RAP__ */