diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-23 15:06:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:05 -0500 |
commit | 67f494d72ae33da328504c5e86357c8b755c0053 (patch) | |
tree | 99da2f8906d5ed17e9c9a59422a13087f63674ea /source4/librpc | |
parent | 6fda023f80cdb28a43e45aee1b5312bafca95b8a (diff) | |
download | samba-67f494d72ae33da328504c5e86357c8b755c0053.tar.gz samba-67f494d72ae33da328504c5e86357c8b755c0053.tar.bz2 samba-67f494d72ae33da328504c5e86357c8b755c0053.zip |
r20972: "private" -> "private_data"
(This used to be commit 8cbcd3d1cbb0661b1767bb7ace0804cf9a573e34)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/notify.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/notify.idl b/source4/librpc/idl/notify.idl index eecdd86d59..c4e633c254 100644 --- a/source4/librpc/idl/notify.idl +++ b/source4/librpc/idl/notify.idl @@ -20,7 +20,7 @@ interface notify uint32 subdir_filter; /* filter to apply in child directories */ utf8string path; uint32 path_len; /* saves some computation on search */ - pointer private; + pointer private_data; } notify_entry; /* @@ -50,7 +50,7 @@ interface notify typedef [public] struct { uint32 action; utf8string path; - pointer private; + pointer private_data; } notify_event; } |