diff options
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_notify.h')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/ndr_notify.h b/source3/librpc/gen_ndr/ndr_notify.h index 793ffa51ca..970dbeefd4 100644 --- a/source3/librpc/gen_ndr/ndr_notify.h +++ b/source3/librpc/gen_ndr/ndr_notify.h @@ -6,7 +6,7 @@ #define _HEADER_NDR_notify #include "librpc/ndr/libndr.h" -#define DCERPC_NOTIFY_CALL_COUNT (0) +#define NDR_NOTIFY_CALL_COUNT (0) NTSTATUS ndr_push_notify_entry(struct ndr_push *ndr, int ndr_flags, const struct notify_entry *r); NTSTATUS ndr_pull_notify_entry(struct ndr_pull *ndr, int ndr_flags, struct notify_entry *r); void ndr_print_notify_entry(struct ndr_print *ndr, const char *name, const struct notify_entry *r); |