• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/librpc/gen_ndr/
1/* header auto-generated by pidl */
2
3#include "librpc/ndr/libndr.h"
4#include "librpc/gen_ndr/notify.h"
5
6#ifndef _HEADER_NDR_notify
7#define _HEADER_NDR_notify
8
9#define NDR_NOTIFY_CALL_COUNT (0)
10enum ndr_err_code ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r);
11enum ndr_err_code ndr_pull_notify_entry(struct ndr_pull *ndr, int ndr_flags, struct notify_entry *r);
12void ndr_print_notify_entry(struct ndr_print *ndr, const char *name, const struct notify_entry *r);
13enum ndr_err_code ndr_push_notify_entry_array(struct ndr_push *ndr, int ndr_flags, const struct notify_entry_array *r);
14enum ndr_err_code ndr_pull_notify_entry_array(struct ndr_pull *ndr, int ndr_flags, struct notify_entry_array *r);
15void ndr_print_notify_entry_array(struct ndr_print *ndr, const char *name, const struct notify_entry_array *r);
16void ndr_print_notify_depth(struct ndr_print *ndr, const char *name, const struct notify_depth *r);
17enum ndr_err_code ndr_push_notify_array(struct ndr_push *ndr, int ndr_flags, const struct notify_array *r);
18enum ndr_err_code ndr_pull_notify_array(struct ndr_pull *ndr, int ndr_flags, struct notify_array *r);
19void ndr_print_notify_array(struct ndr_print *ndr, const char *name, const struct notify_array *r);
20enum ndr_err_code ndr_push_notify_event(struct ndr_push *ndr, int ndr_flags, const struct notify_event *r);
21enum ndr_err_code ndr_pull_notify_event(struct ndr_pull *ndr, int ndr_flags, struct notify_event *r);
22void ndr_print_notify_event(struct ndr_print *ndr, const char *name, const struct notify_event *r);
23#endif /* _HEADER_NDR_notify */
24