From 113e21f0a57af49d61cfb0dd1afd38b4a8fd5128 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Jan 2007 13:47:37 +0000 Subject: r21084: Make the Samba4 files compile in Samba3, not activated yet. Volker (This used to be commit c24854433a28cc066072a7107e29aa7fe2bec3c8) --- source3/include/smb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 3af3dd63dc..0fe5a44e3c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -446,6 +446,11 @@ struct notify_change { }; struct notify_mid_map; +struct sys_notify_backend; +struct sys_notify_context { + struct event_context *ev; + void *private_data; +}; struct notify_change_request { struct notify_change_request *prev, *next; -- cgit