source: branches/samba-3.0/source/librpc/gen_ndr/ndr_notify.h@ 710

Last change on this file since 710 was 1, checked in by Paul Smedley, 19 years ago

Initial code import

File size: 1.2 KB
Line 
1/* header auto-generated by pidl */
2
3#include "librpc/gen_ndr/notify.h"
4
5#ifndef _HEADER_NDR_notify
6#define _HEADER_NDR_notify
7
8#include "librpc/ndr/libndr.h"
9#define DCERPC_NOTIFY_CALL_COUNT (0)
10NTSTATUS ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r);
11NTSTATUS 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);
13void ndr_print_notify_depth(struct ndr_print *ndr, const char *name, const struct notify_depth *r);
14NTSTATUS ndr_push_notify_array(struct ndr_push *ndr, int ndr_flags, const struct notify_array *r);
15NTSTATUS ndr_pull_notify_array(struct ndr_pull *ndr, int ndr_flags, struct notify_array *r);
16void ndr_print_notify_array(struct ndr_print *ndr, const char *name, const struct notify_array *r);
17NTSTATUS ndr_push_notify_event(struct ndr_push *ndr, int ndr_flags, const struct notify_event *r);
18NTSTATUS ndr_pull_notify_event(struct ndr_pull *ndr, int ndr_flags, struct notify_event *r);
19void ndr_print_notify_event(struct ndr_print *ndr, const char *name, const struct notify_event *r);
20#endif /* _HEADER_NDR_notify */
Note: See TracBrowser for help on using the repository browser.