• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/gen_ndr/
1/* header auto-generated by pidl */
2
3#include "librpc/ndr/libndr.h"
4#include "../librpc/gen_ndr/initshutdown.h"
5
6#ifndef _HEADER_NDR_initshutdown
7#define _HEADER_NDR_initshutdown
8
9#define NDR_INITSHUTDOWN_UUID "894de0c0-0d55-11d3-a322-00c04fa321a1"
10#define NDR_INITSHUTDOWN_VERSION 1.0
11#define NDR_INITSHUTDOWN_NAME "initshutdown"
12#define NDR_INITSHUTDOWN_HELPSTRING "Init shutdown service"
13extern const struct ndr_interface_table ndr_table_initshutdown;
14#define NDR_INITSHUTDOWN_INIT (0x00)
15
16#define NDR_INITSHUTDOWN_ABORT (0x01)
17
18#define NDR_INITSHUTDOWN_INITEX (0x02)
19
20#define NDR_INITSHUTDOWN_CALL_COUNT (3)
21void ndr_print_initshutdown_Init(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_Init *r);
22void ndr_print_initshutdown_Abort(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_Abort *r);
23void ndr_print_initshutdown_InitEx(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_InitEx *r);
24#endif /* _HEADER_NDR_initshutdown */
25