From 67f494d72ae33da328504c5e86357c8b755c0053 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 23 Jan 2007 15:06:41 +0000 Subject: r20972: "private" -> "private_data" (This used to be commit 8cbcd3d1cbb0661b1767bb7ace0804cf9a573e34) --- source4/librpc/idl/notify.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') 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; } -- cgit