Remove smb_np_struct
[Samba/gebeck_regimport.git] / source3 / librpc / gen_ndr / notify.h
blob8b2eca5004433198a5a7140c3120a5f4006b7de1
1 /* header auto-generated by pidl */
3 #include <stdint.h>
5 #include "librpc/gen_ndr/misc.h"
6 #ifndef _HEADER_notify
7 #define _HEADER_notify
9 struct notify_entry {
10 struct server_id server;
11 uint32_t filter;
12 uint32_t subdir_filter;
13 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
14 uint32_t path_len;
15 void* private_data;
16 }/* [public] */;
18 struct notify_depth {
19 uint32_t max_mask;
20 uint32_t max_mask_subdir;
21 uint32_t num_entries;
22 struct notify_entry *entries;
25 struct notify_array {
26 uint32_t num_depths;
27 struct notify_depth *depth;
28 }/* [public] */;
30 struct notify_event {
31 uint32_t action;
32 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
33 void* private_data;
34 }/* [public] */;
36 #endif /* _HEADER_notify */