source: branches/samba-3.5.x/librpc/gen_ndr/srv_initshutdown.h

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 849 bytes
Line 
1#include "../librpc/gen_ndr/ndr_initshutdown.h"
2#ifndef __SRV_INITSHUTDOWN__
3#define __SRV_INITSHUTDOWN__
4WERROR _initshutdown_Init(pipes_struct *p, struct initshutdown_Init *r);
5WERROR _initshutdown_Abort(pipes_struct *p, struct initshutdown_Abort *r);
6WERROR _initshutdown_InitEx(pipes_struct *p, struct initshutdown_InitEx *r);
7void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns);
8NTSTATUS rpc_initshutdown_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
9WERROR _initshutdown_Init(pipes_struct *p, struct initshutdown_Init *r);
10WERROR _initshutdown_Abort(pipes_struct *p, struct initshutdown_Abort *r);
11WERROR _initshutdown_InitEx(pipes_struct *p, struct initshutdown_InitEx *r);
12NTSTATUS rpc_initshutdown_init(void);
13#endif /* __SRV_INITSHUTDOWN__ */
Note: See TracBrowser for help on using the repository browser.