summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_notify.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 11:48:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:33 -0500
commit8bfa9351614115ceb8bfaa6f76355ddc14ec248b (patch)
treed74dcfe5ed206d06f2c036d81a45f094013619b2 /source3/librpc/gen_ndr/ndr_notify.h
parent05f298b47e4493ccf04b8a1698c0593c8a0deaac (diff)
downloadsamba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.gz
samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.bz2
samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.zip
r21074: Preparation for the import of samba4 notify: Add the file notify.idl and the
resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_notify.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_notify.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_notify.h b/source3/librpc/gen_ndr/ndr_notify.h
new file mode 100644
index 0000000000..793ffa51ca
--- /dev/null
+++ b/source3/librpc/gen_ndr/ndr_notify.h
@@ -0,0 +1,20 @@
+/* header auto-generated by pidl */
+
+#include "librpc/gen_ndr/notify.h"
+
+#ifndef _HEADER_NDR_notify
+#define _HEADER_NDR_notify
+
+#include "librpc/ndr/libndr.h"
+#define DCERPC_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);
+void ndr_print_notify_depth(struct ndr_print *ndr, const char *name, const struct notify_depth *r);
+NTSTATUS ndr_push_notify_array(struct ndr_push *ndr, int ndr_flags, const struct notify_array *r);
+NTSTATUS ndr_pull_notify_array(struct ndr_pull *ndr, int ndr_flags, struct notify_array *r);
+void ndr_print_notify_array(struct ndr_print *ndr, const char *name, const struct notify_array *r);
+NTSTATUS ndr_push_notify_event(struct ndr_push *ndr, int ndr_flags, const struct notify_event *r);
+NTSTATUS ndr_pull_notify_event(struct ndr_pull *ndr, int ndr_flags, struct notify_event *r);
+void ndr_print_notify_event(struct ndr_print *ndr, const char *name, const struct notify_event *r);
+#endif /* _HEADER_NDR_notify */