mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
d6b3fce078
This makes it a bit more similar to the Samba4 code.
(This used to be commit 0596badb41
)
10 lines
469 B
C
10 lines
469 B
C
#include "librpc/gen_ndr/ndr_initshutdown.h"
|
|
#ifndef __SRV_INITSHUTDOWN__
|
|
#define __SRV_INITSHUTDOWN__
|
|
WERROR _initshutdown_Init(pipes_struct *p, struct initshutdown_Init *r);
|
|
WERROR _initshutdown_Abort(pipes_struct *p, struct initshutdown_Abort *r);
|
|
WERROR _initshutdown_InitEx(pipes_struct *p, struct initshutdown_InitEx *r);
|
|
void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns);
|
|
NTSTATUS rpc_initshutdown_init(void);
|
|
#endif /* __SRV_INITSHUTDOWN__ */
|