1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

notify: Remove an unused structure definition

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-10-21 12:59:45 +02:00 committed by Jeremy Allison
parent 5bb796cb25
commit 79b0829ea2

View File

@ -70,12 +70,6 @@ interface notify
pointer private_data;
} notify_event;
typedef [public] struct {
uint32 action;
uint32 filter;
utf8string path;
} notify_remote_event;
typedef [v1_enum] enum {
FILE_ACTION_ADDED = 0x00000001,
FILE_ACTION_REMOVED = 0x00000002,