summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/notify.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-03 17:22:18 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-04 13:47:07 +0200
commit5bff08d9a9660ba955c3ead669458a68b923d41a (patch)
treeb4085a4cde771c1f1bc1c8c038df009a9b5697af /source3/librpc/gen_ndr/notify.h
parent09eb1e3e458a5060fe28958867375abc292577fa (diff)
downloadsamba-5bff08d9a9660ba955c3ead669458a68b923d41a.tar.gz
samba-5bff08d9a9660ba955c3ead669458a68b923d41a.tar.bz2
samba-5bff08d9a9660ba955c3ead669458a68b923d41a.zip
s3-idl: removed gen_ndr files from source3/ as well
Diffstat (limited to 'source3/librpc/gen_ndr/notify.h')
-rw-r--r--source3/librpc/gen_ndr/notify.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/source3/librpc/gen_ndr/notify.h b/source3/librpc/gen_ndr/notify.h
deleted file mode 100644
index a390fa8a0b..0000000000
--- a/source3/librpc/gen_ndr/notify.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* header auto-generated by pidl */
-
-#include <stdint.h>
-
-#include "libcli/util/ntstatus.h"
-
-#ifndef _HEADER_notify
-#define _HEADER_notify
-
-struct notify_entry {
- struct server_id server;
- uint32_t filter;
- uint32_t subdir_filter;
- uint32_t dir_fd;
- struct file_id dir_id;
- const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
- uint32_t path_len;
- void* private_data;
-}/* [public] */;
-
-struct notify_entry_array {
- uint32_t num_entries;
- struct notify_entry *entries;
-}/* [public] */;
-
-struct notify_depth {
- uint32_t max_mask;
- uint32_t max_mask_subdir;
- uint32_t num_entries;
- struct notify_entry *entries;
-};
-
-struct notify_array {
- uint32_t num_depths;
- struct notify_depth *depth;
-}/* [public] */;
-
-struct notify_event {
- uint32_t action;
- const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
- void* private_data;
-}/* [public] */;
-
-#endif /* _HEADER_notify */