reactos/ntoskrnl/fs
diff -u -r1.12 -r1.13
--- notify.c 15 Aug 2004 16:39:02 -0000 1.12
+++ notify.c 21 Aug 2004 20:38:53 -0000 1.13
@@ -1,4 +1,4 @@
-/* $Id: notify.c,v 1.12 2004/08/15 16:39:02 chorns Exp $
+/* $Id: notify.c,v 1.13 2004/08/21 20:38:53 tamlin Exp $
*
* reactos/ntoskrnl/fs/notify.c
*
@@ -74,8 +74,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
FsRtlNotifyFilterChangeDirectory (
IN PNOTIFY_SYNC NotifySync,
IN PLIST_ENTRY NotifyList,
@@ -96,8 +96,8 @@
/*
* @unimplemented
*/
-STDCALL
VOID
+STDCALL
FsRtlNotifyFilterReportChange (
IN PNOTIFY_SYNC NotifySync,
IN PLIST_ENTRY NotifyList,
@@ -311,8 +311,8 @@
*
* @unimplemented
*/
-STDCALL
NTSTATUS
+STDCALL
FsRtlRegisterFileSystemFilterCallbacks (
IN PVOID Unknown1,
IN PVOID Unknown2