r21084: Make the Samba4 files compile in Samba3, not activated yet.
[vlendec/samba-autobuild/.git] / source3 / include / smb.h
index 3af3dd63dc5511dc3a54b0e3e6d6a89dde712f37..0fe5a44e3cb4b5df179cb513e0f627d1c3ea893b 100644 (file)
@@ -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;